aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Simple/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-12-15 00:26:50 +0000
committerWen Heping <wen@FreeBSD.org>2010-12-15 00:26:50 +0000
commitfc7e40cf3dc4f71c0d95f6fc12accf144622a49e (patch)
tree1f882c5ca3f8f2ae8a13f2527a4d80408cfa7306 /databases/p5-DBIx-Simple/Makefile
parentf2916444bd0a7ca0a51dc86ff889e775e4546d12 (diff)
downloadports-fc7e40cf3dc4f71c0d95f6fc12accf144622a49e.tar.gz
ports-fc7e40cf3dc4f71c0d95f6fc12accf144622a49e.zip
Notes
Diffstat (limited to 'databases/p5-DBIx-Simple/Makefile')
-rw-r--r--databases/p5-DBIx-Simple/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Simple/Makefile b/databases/p5-DBIx-Simple/Makefile
index 91dd36c1e7b7..c6b7af34ed56 100644
--- a/databases/p5-DBIx-Simple/Makefile
+++ b/databases/p5-DBIx-Simple/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBIx-Simple
-PORTVERSION= 1.32
+PORTVERSION= 1.34
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +16,7 @@ COMMENT= Simplified object oriented interface to Perl DBI
RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI
-OPTIONS= SQL_INTERP "Interpolate Perl variables into SQL with DBI" off \
+OPTIONS= SQL_INTERP "Interpolate Perl variables into SQL" off \
SQL_ABSTRACT "Generate SQL from Perl data structures" off \
DBIX_XHTML_TABLE "Create XHTML tables from SQL queries" off \
TEXT_TABLE "Create plain text table from data" off
@@ -25,7 +25,8 @@ PERL_CONFIGURE= yes
MAN3= DBIx::Simple.3 \
DBIx::Simple::Examples.3 \
- DBIx::Simple::Comparison.3
+ DBIx::Simple::Comparison.3 \
+ DBIx::Simple::Result::RowObject.3
.include <bsd.port.pre.mk>