mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
18 lines
297 B
Makefile
18 lines
297 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= getopt
|
|
PORTVERSION= 1.0.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Command line parsing library for Erlang
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar3
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jcomellas
|
|
|
|
.include <bsd.port.mk>
|