blob: 35a79c49d27c64010005b0ffccf7882c8d9df9be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= meck
PORTVERSION= 0.8.12
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang library for building mock modules
LICENSE= APACHE20
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= eproxus
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|