cligen project moved from olofhagsand to clicon namespace Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate)
21 lines
321 B
Makefile
21 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cligen
|
|
PORTVERSION= 4.5.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= dcornejo@netgate.com
|
|
COMMENT= Command-line interface generator
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= bison:alias gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= clicon
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|