fb09f2dc98
PR: 271847 Sponsored by: Rubicon Communications, LLC ("Netgate")
23 lines
421 B
Makefile
23 lines
421 B
Makefile
PORTNAME= cligen
|
|
PORTVERSION= 6.2.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= dave@dogwood.com
|
|
COMMENT= Command-line interface generator
|
|
WWW= https://cligen.se/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= bison:alias compiler:c11 gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= clicon
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SUB= LIBMAJORVERSION=${PORTVERSION:R:R} \
|
|
LIBVERSION=${PORTVERSION:R}
|
|
|
|
.include <bsd.port.mk>
|