aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-dTemplate/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2006-04-12 13:08:01 +0000
committerAnton Berezin <tobez@FreeBSD.org>2006-04-12 13:08:01 +0000
commit3ed4c5223f67e253c8dc19b751a99430bbc01ca7 (patch)
tree910e27cd194bc7a5de987bfdb74cb2985574f705 /textproc/p5-dTemplate/Makefile
parent3a2ac39b8d0066b871736a4efcb5b245c16cc98a (diff)
downloadports-3ed4c5223f67e253c8dc19b751a99430bbc01ca7.tar.gz
ports-3ed4c5223f67e253c8dc19b751a99430bbc01ca7.zip
Notes
Diffstat (limited to 'textproc/p5-dTemplate/Makefile')
-rw-r--r--textproc/p5-dTemplate/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/textproc/p5-dTemplate/Makefile b/textproc/p5-dTemplate/Makefile
index df5c81e973c0..2424ee3c3e76 100644
--- a/textproc/p5-dTemplate/Makefile
+++ b/textproc/p5-dTemplate/Makefile
@@ -5,17 +5,23 @@
# $FreeBSD$
PORTNAME= dTemplate
-PORTVERSION= 2.0
+PORTVERSION= 2.4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= dTemplate
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= A powerful template handling logic with advanced features
PERL_CONFIGURE= yes
MAN3= dTemplate.3
-.include <bsd.port.mk>
+.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>