aboutsummaryrefslogtreecommitdiff
path: root/devel/pire/Makefile
blob: 874454cdb28cc13460c3a6160e44ee4a698fb337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	pire
PORTVERSION=	0.0.6
DISTVERSIONPREFIX=	release-
CATEGORIES=	devel

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Perl Incompatible Regular Expressions library

LICENSE=	LGPL3+ MIT
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	yandex

USES=		autoreconf bison compiler:c++11-lib libtool
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes
TEST_TARGET=	check

.include <bsd.port.mk>