aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Time-Piece-MySQL/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-11-12 13:44:25 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-11-12 13:44:25 +0000
commitd7eb47a880caa63395045e9c410b3cb423f48155 (patch)
tree9bf5b93b2af838834ba1d0fc238c9ed6c64cdc9b /databases/p5-Time-Piece-MySQL/Makefile
parent3d34219816b8502d334a8a449b87792a8f76bedf (diff)
downloadports-d7eb47a880caa63395045e9c410b3cb423f48155.tar.gz
ports-d7eb47a880caa63395045e9c410b3cb423f48155.zip
Update to 0.05. Assign maintainer to perl@. Require perl from ports.
Notes
Notes: svn path=/head/; revision=148033
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>