diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 11:32:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 11:32:20 +0000 |
commit | b88c23df873d3ba136e2b085754aa34f74ba43a6 (patch) | |
tree | 8546abdcbd2875c74667c5bc5d5d2e5af336a102 /databases/p5-SQL-Abstract-Plugin-InsertMulti | |
parent | 918b115433d5fcc31b35a12eea3e2afb96db56d3 (diff) |
Notes
Diffstat (limited to 'databases/p5-SQL-Abstract-Plugin-InsertMulti')
-rw-r--r-- | databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile b/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile index 73c76105157d..f640fc8d06a7 100644 --- a/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile +++ b/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: SQL::Abstract::Plugin::InsertMulti -# Date created: 26 Dec 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= SQL-Abstract-Plugin-InsertMulti PORTVERSION= 0.03 @@ -19,7 +14,8 @@ RUN_DEPENDS= \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SQL::Abstract::Plugin::InsertMulti.3 |