aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Time-Piece-MySQL/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-11-12 21:44:25 +0800
committertobez <tobez@FreeBSD.org>2005-11-12 21:44:25 +0800
commita8c8c15d8b7ce1194c06e6be64f096f2443408ea (patch)
tree06a38d01584857936acc9a9fef4ea82abd198a5a /databases/p5-Time-Piece-MySQL/Makefile
parent3df80eba9cf8c08f25162ca716f31abdeb6c9d81 (diff)
downloadfreebsd-ports-gnome-a8c8c15d8b7ce1194c06e6be64f096f2443408ea.tar.gz
freebsd-ports-gnome-a8c8c15d8b7ce1194c06e6be64f096f2443408ea.tar.zst
freebsd-ports-gnome-a8c8c15d8b7ce1194c06e6be64f096f2443408ea.zip
Update to 0.05. Assign maintainer to perl@. Require perl from ports.
Diffstat (limited to 'databases/p5-Time-Piece-MySQL/Makefile')
-rw-r--r--databases/p5-Time-Piece-MySQL/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/databases/p5-Time-Piece-MySQL/Makefile b/databases/p5-Time-Piece-MySQL/Makefile
index 306cc4d69a95..21bb43ad2270 100644
--- a/databases/p5-Time-Piece-MySQL/Makefile
+++ b/databases/p5-Time-Piece-MySQL/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Time-Piece-MySQL
-PORTVERSION= 0.03
+PORTVERSION= 0.05
CATEGORIES= databases devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Time
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Time::Piece::MySQL - Adds MySQL-specific methods to Time::Piece
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece
@@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= Time::Piece::MySQL.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>