1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/cligen/Makefile
Renato Botelho fc8c326c59 devel/cligen: Move to new github namespace
cligen project moved from olofhagsand to clicon namespace

Approved by:	maintainer
Sponsored by:	Rubicon Communications, LLC (Netgate)
2020-06-17 17:34:12 +00:00

22 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>