freebsd-ports/devel/pire/Makefile
2021-04-08 02:19:01 +03:00

22 lines
437 B
Makefile

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>