aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-PgLite/Makefile
blob: 6d1cebe25496444ac9b81ace62f2a9b99b70f8d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=	DBD-PgLite
PORTVERSION=	0.11
PORTREVISION=	1
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-Text-Iconv>=1.0:${PORTSDIR}/converters/p5-Text-Iconv \
		p5-DBI>=1.30:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS:=	${RUN_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=	DBD::PgLite.3 \
	DBD::PgLite::MirrorPgToSQLite.3

.include <bsd.port.mk>