forked from Lainports/freebsd-ports
Remove dependencies on p5-Test-*, since
- it breaks on a clean 4.x since p5-Test-Manifest is IGNORE under Perl 5.005_03, and - testing is not really supported in the FreeBSD ports tree anyway PR: 79554 Submitted by: lth
This commit is contained in:
parent
217fd50f3e
commit
dcb4edb87d
1 changed files with 2 additions and 9 deletions
|
|
@ -15,18 +15,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Perl extension to manage RDF Site Summary (RSS) files
|
||||
|
||||
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
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::RSS.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue