mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
446 B
Makefile
22 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>
|