cf118ccf87
Reported by: lwhsu
18 lines
306 B
Makefile
18 lines
306 B
Makefile
PORTNAME= getopt
|
|
PORTVERSION= 1.0.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Command line parsing library for Erlang
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jcomellas
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|