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

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>