aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 06:17:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 06:17:03 +0000
commit5542fae1efc7914a62cbad9660568e6ff7f667e0 (patch)
tree197cf4926e3d2988f210f5bd5c683e60d0866e2f /news
parent905c5a61589ceb45f6b1cab39e9627bb52b556d9 (diff)
downloadports-5542fae1efc7914a62cbad9660568e6ff7f667e0.tar.gz
ports-5542fae1efc7914a62cbad9660568e6ff7f667e0.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/p5-News-Article/Makefile10
-rw-r--r--news/p5-News-Newsrc/Makefile4
2 files changed, 7 insertions, 7 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile
index e5d0d89ba80f..5cf5a7c4ae0c 100644
--- a/news/p5-News-Article/Makefile
+++ b/news/p5-News-Article/Makefile
@@ -12,11 +12,11 @@ CATEGORIES= news perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Object for handling Usenet articles in mail or news form
-BUILD_DEPENDS= ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net
-RUN_DEPENDS= ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net
+BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
PERL_CONFIGURE= yes
@@ -28,8 +28,8 @@ OPTIONS= PGP_SIGN "PGP::Sign support for header signing" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_PGP_SIGN)
-BUILD_DEPENDS+= ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
-RUN_DEPENDS+= ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign
+BUILD_DEPENDS+= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign
+RUN_DEPENDS+= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign
.endif
.include <bsd.port.post.mk>
diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile
index ade867a07928..903dea6b3e58 100644
--- a/news/p5-News-Newsrc/Makefile
+++ b/news/p5-News-Newsrc/Makefile
@@ -11,10 +11,10 @@ CATEGORIES= news perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Manage newsrc files
-BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan
+BUILD_DEPENDS= p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes