Add a missed dependency and then bump PORTREVISION.
This commit is contained in:
parent
b0dcd232c5
commit
e2f511dcbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88290
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= XML-RSS
|
||||
PORTVERSION= 1.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl extension to manage RDF Site Summary (RSS) files
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
||||
${SITE_PERL}/Test/Manifest.pm:${PORTSDIR}/devel/p5-Test-Manifest
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user