mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
e0302b160c
PR: 245408 Submitted by: Dave Cornejo <dcornejo@netgate.com> (maintainer) Sponsored by: Rubicon Communications, LLC (Netgate)
22 lines
338 B
Makefile
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>
|