17 lines
270 B
Makefile
17 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= meck
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Erlang library for building mock modules
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= eproxus
|
|
|
|
.include <bsd.port.mk>
|