aboutsummaryrefslogtreecommitdiff
path: root/devel/cligen/Makefile
blob: e177b73000fff0de8a59a38442c328e528e35c65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	cligen
PORTVERSION=	4.8.0
CATEGORIES=	devel

MAINTAINER=	dcornejo@netgate.com
COMMENT=	Command-line interface generator

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USES=		bison:alias compiler:c11 gmake

USE_GITHUB=	yes
GH_ACCOUNT=	clicon

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>