a0b3668460
These do not require a PORTREVISION bump.
18 lines
296 B
Makefile
18 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= getopt
|
|
PORTVERSION= 0.8.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Command line parsing library for Erlang
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jcomellas
|
|
|
|
.include <bsd.port.mk>
|