4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
446 B
Makefile
21 lines
446 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= SQL-Abstract-Plugin-InsertMulti
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 1
|
|
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:databases/p5-SQL-Abstract \
|
|
p5-Sub-Exporter>0:devel/p5-Sub-Exporter
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|