# New ports collection makefile for: textproc/p5-PPI-XS # Date created: 09 May 2007 # Whom: Lars Thegler # # $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