2010-12-26 16:26:05 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SQL-Abstract-Plugin-InsertMulti
|
2013-10-29 00:33:12 +01:00
|
|
|
PORTVERSION= 0.04
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-12-26 16:26:05 +01:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension to add bulk insert for SQL::Abstract
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
|
|
|
p5-SQL-Abstract>=1.6:${PORTSDIR}/databases/p5-SQL-Abstract \
|
|
|
|
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2010-12-26 16:26:05 +01:00
|
|
|
|
2013-09-10 13:32:20 +02:00
|
|
|
USES= perl5
|
2013-10-29 00:33:12 +01:00
|
|
|
USE_PERL5= modbuild
|
2010-12-26 16:26:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|