2008-01-16 12:42:56 +00:00
|
|
|
# New ports collection makefile for: SQL-Interp
|
|
|
|
# Date created: 16 Jan 2008
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= SQL-Interp
|
2012-02-09 03:30:00 +00:00
|
|
|
PORTVERSION= 1.21
|
2008-01-16 12:42:56 +00:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 01:47:10 +00:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-01-16 12:42:56 +00:00
|
|
|
COMMENT= Interpolate Perl variables into SQL with DBI
|
|
|
|
|
2012-02-09 03:30:00 +00: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 12:42:56 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DBIx::Interp.3 SQL::Interp.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|