blob: 00c6e7ec3e1c768ed49dcb643560b808d023255e (
plain)
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
29
30
|
PORTNAME= XML-Reader
PORTVERSION= 0.67
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Reading XML and providing path information based on a pull-parser
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Acme-HTTP>=0:net/p5-Acme-HTTP
TEST_DEPENDS= p5-XML-Parsepp>=0:textproc/p5-XML-Parsepp \
p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
OPTIONS_DEFINE= PP
PP_DESC= Use Pure Perl XML Parser (instead of compiled)
PP_RUN_DEPENDS= p5-XML-Parsepp>=0:textproc/p5-XML-Parsepp
PP_RUN_DEPENDS_OFF= p5-XML-Parser>=0:textproc/p5-XML-Parser
.include <bsd.port.mk>
|