aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-PerlPoint-Package
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2007-08-31 21:37:23 +0800
committermat <mat@FreeBSD.org>2007-08-31 21:37:23 +0800
commit75b6e3fc793815d03bc3729793ea811554d12340 (patch)
tree153c663f7188f7ab3aa7429f49cf75bbc7880b4f /textproc/p5-PerlPoint-Package
parent1cd56b0c47da19f85df29bb4e8117a011a1793b5 (diff)
downloadfreebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.gz
freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.tar.zst
freebsd-ports-gnome-75b6e3fc793815d03bc3729793ea811554d12340.zip
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
Diffstat (limited to 'textproc/p5-PerlPoint-Package')
-rw-r--r--textproc/p5-PerlPoint-Package/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/p5-PerlPoint-Package/Makefile b/textproc/p5-PerlPoint-Package/Makefile
index 71bbf649ebd6..f620269a7813 100644
--- a/textproc/p5-PerlPoint-Package/Makefile
+++ b/textproc/p5-PerlPoint-Package/Makefile
@@ -8,8 +8,7 @@
PORTNAME= PerlPoint-Package
PORTVERSION= 0.45
CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= PerlPoint
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
@@ -48,10 +47,4 @@ post-install:
@cd ${WRKSRC}/demo; ${FIND} . | ${CPIO} -padm ${EXAMPLESDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>