1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/pire/Makefile
Dmitry Marakasov fb447b5e23 - Fix build with libc++ 3.8
- Pet portlint
- Clean up pkg-descr and update WWW

PR:		208715
Submitted by:	dim
2016-04-13 14:08:57 +00:00

29 lines
582 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= pire
PORTVERSION= 0.0.5
DISTVERSIONPREFIX= release-
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Perl Incompatible Regular Expressions library
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= dprokoptsev
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= autoreconf bison gmake libtool
USE_LDCONFIG= yes
TEST_TARGET= check
ONLY_FOR_ARCHS= amd64 i386 ia64
ONLY_FOR_ARCHS_REASON= not yet ported to big-endian platforms
.include <bsd.port.mk>