mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
20 lines
301 B
Makefile
20 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|