blob: 0c6a4d06eb4242fa7578efa221283dabc5397f98 (
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
|
# 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.901
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>=1.000:${PORTSDIR}/textproc/p5-PPI
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= PPI::XS.3
.include <bsd.port.mk>
|