2008-11-04 09:36:54 +01:00
|
|
|
# New ports collection makefile for: databases/p5-DBD-PgLite
|
|
|
|
# Date created: 03 November 2008
|
|
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DBD::PgLite.3 \
|
|
|
|
DBD::PgLite::MirrorPgToSQLite.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|