1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/cligen/Makefile
Renato Botelho e0302b160c devel/cligen: Update to 4.4.0
PR:		245408
Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC (Netgate)
2020-04-07 11:50:10 +00:00

22 lines
338 B
Makefile

# $FreeBSD$
PORTNAME= cligen
PORTVERSION= 4.4.0
CATEGORIES= devel
MAINTAINER= dcornejo@netgate.com
COMMENT= CLIgen is a Command-Line Interface generator
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= bison:alias gmake
USE_GITHUB= yes
GH_ACCOUNT= olofhagsand
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>