aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-GnuPG/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-27 21:41:57 +0800
committerpav <pav@FreeBSD.org>2003-12-27 21:41:57 +0800
commit23d92f136dfe4878aef87983b24871d8e1890792 (patch)
treee3220a74b83b806ef51f9fc739875da081dd4223 /mail/p5-Mail-GnuPG/Makefile
parent663908cef8d0dbf5bc909c5d3cc265d05392aad6 (diff)
downloadfreebsd-ports-gnome-23d92f136dfe4878aef87983b24871d8e1890792.tar.gz
freebsd-ports-gnome-23d92f136dfe4878aef87983b24871d8e1890792.tar.zst
freebsd-ports-gnome-23d92f136dfe4878aef87983b24871d8e1890792.zip
- Update to 0.07
PR: ports/60609 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Diffstat (limited to 'mail/p5-Mail-GnuPG/Makefile')
-rw-r--r--mail/p5-Mail-GnuPG/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/mail/p5-Mail-GnuPG/Makefile b/mail/p5-Mail-GnuPG/Makefile
index 67625a968204..1737be149d3f 100644
--- a/mail/p5-Mail-GnuPG/Makefile
+++ b/mail/p5-Mail-GnuPG/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Mail-GnuPG
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= mail security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
@@ -24,4 +24,10 @@ PERL_CONFIGURE= yes
MAN3= Mail::GnuPG.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>