mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
fc8c326c59
cligen project moved from olofhagsand to clicon namespace Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate)
22 lines
321 B
Makefile
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>
|