2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2008-01-16 13:42:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SQL-Interp
|
2013-08-21 11:13:12 +02:00
|
|
|
PORTVERSION= 1.22
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-01-16 13:42:56 +01:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-01-16 13:42:56 +01:00
|
|
|
COMMENT= Interpolate Perl variables into SQL with DBI
|
|
|
|
|
2012-02-09 04:30:00 +01:00
|
|
|
BUILD_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \
|
|
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
|
|
RUN_DEPENDS= p5-DBI>=1:${PORTSDIR}/databases/p5-DBI \
|
|
|
|
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
2008-01-16 13:42:56 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-01-16 13:42:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|