aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-RSS
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2005-04-05 23:42:12 +0800
committerclsung <clsung@FreeBSD.org>2005-04-05 23:42:12 +0800
commit66ac98712ea6005e6d4c2b48e6d40f3eaf06b503 (patch)
tree2f3a9eee92d37eb907a2c422042e9168c8c11452 /textproc/p5-XML-RSS
parent936bfdded4a2aaa2bc9ca7f7b099b8e6e11c596a (diff)
downloadfreebsd-ports-gnome-66ac98712ea6005e6d4c2b48e6d40f3eaf06b503.tar.gz
freebsd-ports-gnome-66ac98712ea6005e6d4c2b48e6d40f3eaf06b503.tar.zst
freebsd-ports-gnome-66ac98712ea6005e6d4c2b48e6d40f3eaf06b503.zip
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
Diffstat (limited to 'textproc/p5-XML-RSS')
-rw-r--r--textproc/p5-XML-RSS/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile
index ed0c797f543c..307ba8373c64 100644
--- a/textproc/p5-XML-RSS/Makefile
+++ b/textproc/p5-XML-RSS/Makefile
@@ -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>