mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
6f8dbdd68d
- Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/PPI-XS/Changes
25 lines
459 B
Makefile
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>
|