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