summaryrefslogtreecommitdiff
path: root/news/p5-NNTPClient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/p5-NNTPClient/Makefile')
-rw-r--r--news/p5-NNTPClient/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile
index bdd371701af6..2aa138ae2c65 100644
--- a/news/p5-NNTPClient/Makefile
+++ b/news/p5-NNTPClient/Makefile
@@ -5,18 +5,16 @@
# $FreeBSD$
#
-PORTNAME= p5-NNTPClient
+PORTNAME= NNTPClient
PORTVERSION= 0.36
CATEGORIES= news perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= News
-DISTNAME= NNTPClient-${PORTVERSION}
+PKGNAMEPREFIX= p5-
MAINTAINER= ade@FreeBSD.org
-USE_PERL5= YES
-
-.include <bsd.port.pre.mk>
+USE_PERL5= yes
MAN3= News::NNTPClient.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
@@ -24,4 +22,4 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>