1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/databases/p5-DBD-PgLite/Makefile
Anton Berezin 5d2fd17972 Update to 0.11.
Changes:	fixed bug in selectall_hashref().
2008-11-22 18:01:27 +00:00

31 lines
816 B
Makefile

# New ports collection makefile for: databases/p5-DBD-PgLite
# Date created: 03 November 2008
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBD-PgLite
PORTVERSION= 0.11
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= PostgreSQL emulation mode for SQLite
RUN_DEPENDS= p5-DBD-SQLite>=1.0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-Storable>=2.0:${PORTSDIR}/devel/p5-Storable \
p5-MIME-Base64>=2.0:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-Text-Iconv>=1.0:${PORTSDIR}/converters/p5-Text-Iconv \
p5-Digest-MD5>=2.0:${PORTSDIR}/security/p5-Digest-MD5 \
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>