aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Dancer-Plugin-Database/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-31 07:36:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-08-31 07:36:43 +0000
commitd9593fb759b8922e33919a705df8ad74cc5692bb (patch)
treea9cbf45865bda8611b8e53eb9cb4728eab2cac48 /databases/p5-Dancer-Plugin-Database/Makefile
parentdbcf85544bdde6274798caefd3d384b12bbc4038 (diff)
downloadports-d9593fb759b8922e33919a705df8ad74cc5692bb.tar.gz
ports-d9593fb759b8922e33919a705df8ad74cc5692bb.zip
- Update to 1.42
Notes
Notes: svn path=/head/; revision=280811
Diffstat (limited to 'databases/p5-Dancer-Plugin-Database/Makefile')
-rw-r--r--databases/p5-Dancer-Plugin-Database/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-Dancer-Plugin-Database/Makefile b/databases/p5-Dancer-Plugin-Database/Makefile
index 91e44e625e80..e96256f79c7c 100644
--- a/databases/p5-Dancer-Plugin-Database/Makefile
+++ b/databases/p5-Dancer-Plugin-Database/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Dancer-Plugin-Database
-PORTVERSION= 1.41
+PORTVERSION= 1.42
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,9 +19,9 @@ BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Dancer>=1.175:${PORTSDIR}/www/p5-Dancer
+PERL_CONFIGURE= yes
+
MAN3= Dancer::Plugin::Database.3 \
Dancer::Plugin::Database::Handle.3
-PERL_CONFIGURE= yes
-
.include <bsd.port.mk>