blob: db04a8760a761de1a97a4c81f26003bfc1c54550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= p1_utils
PORTVERSION= 1.0.12
CATEGORIES= textproc
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang utility modules from ProcessOne
LICENSE= APACHE20
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= processone
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|