2013-07-31 08:54:09 +02:00
|
|
|
# Created by: Anton Berezin <tobez@tobez.org>
|
2000-12-31 06:44:52 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Query-SQL
|
|
|
|
PORTVERSION= 0.09
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2000-12-31 06:44:52 +01:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-31 06:44:52 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Text-Query-SQL provides query builders for SQL databases
|
2000-12-31 06:44:52 +01:00
|
|
|
|
2012-06-03 07:56:20 +02:00
|
|
|
BUILD_DEPENDS= p5-Text-Query>=0:${PORTSDIR}/textproc/p5-Text-Query
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-02-15 03:28:42 +01:00
|
|
|
TEST_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
2000-12-31 06:44:52 +01:00
|
|
|
|
2013-07-31 08:54:09 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure patch
|
2000-12-31 06:44:52 +01:00
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi -e '/DBI/ and $$_=""' ${WRKSRC}/Makefile.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|