blob: 8a0e690370388efffdf17dca0d8e926aaf0adb63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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>
|