summaryrefslogtreecommitdiff
path: root/news/p5-News-Newsrc/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-06-20 06:12:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-06-20 06:12:04 +0000
commit75488e252bbc843df9364f1d7773d4171b8c5b78 (patch)
tree086c1b0277db8ce107e051ebdc947f00913413a1 /news/p5-News-Newsrc/Makefile
parentUpgrade to 1.18. (diff)
Upgrade to 1.08.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=44243
Diffstat (limited to 'news/p5-News-Newsrc/Makefile')
-rw-r--r--news/p5-News-Newsrc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile
index 9e024c780e9e..a71f250d7ae6 100644
--- a/news/p5-News-Newsrc/Makefile
+++ b/news/p5-News-Newsrc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= News-Newsrc
-PORTVERSION= 1.07
+PORTVERSION= 1.08
CATEGORIES= news perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= News
@@ -14,11 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= croyle@gelemna.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= News::Newsrc.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= News::Newsrc.3
.include <bsd.port.mk>