1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/p5-PPI-XS/Makefile
Sunpoet Po-Chuan Hsieh 6f8dbdd68d Update to 0.904
- Strip shared library
- Sort PLIST

Changes:	http://search.cpan.org/dist/PPI-XS/Changes
2017-04-11 15:56:49 +00:00

25 lines
459 B
Makefile

# $FreeBSD$
PORTNAME= PPI-XS
PORTVERSION= 0.904
CATEGORIES= textproc perl5
MASTER_SITES= CPAN/PPI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XS acceleration for the PPI perl parser
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-PPI>=1.000:textproc/p5-PPI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PPI/XS/XS.so
.include <bsd.port.mk>