summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Connector/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-05 13:43:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-05 13:43:06 +0000
commit58fb45f3dd6072a62c8853d31c25cee7e8140684 (patch)
treea7cae2ee0ed52556ca684f0e3f7f2f2cb06d3abd /databases/p5-DBIx-Connector/Makefile
parentConvert to USES=libtool (diff)
Support staging.
Notes
Notes: svn path=/head/; revision=342698
Diffstat (limited to 'databases/p5-DBIx-Connector/Makefile')
-rw-r--r--databases/p5-DBIx-Connector/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile
index 2e6a1e01af8f..665d7be07aad 100644
--- a/databases/p5-DBIx-Connector/Makefile
+++ b/databases/p5-DBIx-Connector/Makefile
@@ -9,21 +9,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for fast, safe DBI connection management
-RUN_DEPENDS= \
- p5-DBI>=1.605:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= p5-DBI>=1.605:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule
USES= perl5
USE_PERL5= modbuild
-MAN3= DBIx::Connector.3 \
- DBIx::Connector::Driver.3 \
- DBIx::Connector::Driver::MSSQL.3 \
- DBIx::Connector::Driver::Oracle.3 \
- DBIx::Connector::Driver::Pg.3 \
- DBIx::Connector::Driver::SQLite.3 \
- DBIx::Connector::Driver::mysql.3
-
-NO_STAGE= yes
.include <bsd.port.mk>