1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/textproc/p5-PPI-XS/Makefile

29 lines
576 B
Makefile

# New ports collection makefile for: textproc/p5-PPI-XS
# Date created: 09 May 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= PPI-XS
PORTVERSION= 0.900
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= PPI
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= XS acceleration for the PPI perl parser
RUN_DEPENDS= p5-PPI>=0.845:${PORTSDIR}/textproc/p5-PPI
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= PPI::XS.3
post-patch:
${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>