Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= XML-RSS |
8 |
PORTNAME= XML-RSS |
9 |
PORTVERSION= 1.04 |
9 |
PORTVERSION= 1.05 |
10 |
CATEGORIES= textproc perl5 |
10 |
CATEGORIES= textproc perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= XML |
12 |
MASTER_SITE_SUBDIR= XML |
Link Here
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= ports@FreeBSD.org |
16 |
COMMENT= Perl extension to manage RDF Site Summary (RSS) files |
16 |
COMMENT= Perl extension to manage RDF Site Summary (RSS) files |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser |
18 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ |
|
|
19 |
${SITE_PERL}/Test/Manifest.pm:${PORTSDIR}/devel/p5-Test-Manifest |
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
|
21 |
|
21 |
PERL_CONFIGURE= yes |
22 |
PERL_CONFIGURE= yes |
22 |
|
23 |
|
23 |
MAN3= XML::RSS.3 |
24 |
MAN3= XML::RSS.3 |
24 |
|
25 |
|
25 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.pre.mk> |
|
|
27 |
|
28 |
.if ${PERL_LEVEL} < 500800 |
29 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple |
30 |
.endif |
31 |
|
32 |
.include <bsd.port.post.mk> |