2013-08-05 17:05:29 +02:00
|
|
|
# Created by: Lars Thegler <lth@FreeBSD.org>
|
2008-11-04 09:36:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBD-PgLite
|
2008-11-22 19:01:27 +01:00
|
|
|
PORTVERSION= 0.11
|
2010-01-29 05:56:59 +01:00
|
|
|
PORTREVISION= 1
|
2008-11-04 09:36:54 +01:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-11-20 09:36:49 +01:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2008-11-04 09:36:54 +01:00
|
|
|
COMMENT= PostgreSQL emulation mode for SQLite
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-DBD-SQLite>=1.0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
|
|
p5-Text-Iconv>=1.0:${PORTSDIR}/converters/p5-Text-Iconv \
|
|
|
|
p5-DBI>=1.30:${PORTSDIR}/databases/p5-DBI
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-11-04 09:36:54 +01:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-11-04 09:36:54 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|