blob: 1f481da9dfd18984f08d8767317bc680957e5a3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
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>
|