freebsd-ports/textproc/p5-PPI-XS/Makefile

21 lines
365 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= PPI-XS
2013-05-17 11:42:14 +02:00
PORTVERSION= 0.902
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= PPI
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= XS acceleration for the PPI perl parser
2009-05-11 14:59:57 +02:00
RUN_DEPENDS= p5-PPI>=1.000:${PORTSDIR}/textproc/p5-PPI
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= PPI::XS.3
.include <bsd.port.mk>