freebsd-ports/devel/cligen/Makefile
Renato Botelho fb09f2dc98 devel/cligen: Update to 6.2.0
PR:		271847
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-06-05 15:28:43 -03:00

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>