freebsd-ports/databases/p5-DBD-PgLite/Makefile
Dag-Erling Smørgrav cded85f907 Reassign all of tobez@'s p5 ports to perl@.
Approved by:	tobez
2018-09-10 11:16:59 +00:00

22 lines
483 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBD-PgLite
PORTVERSION= 0.11
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PostgreSQL emulation mode for SQLite
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBD-SQLite>=1.0:databases/p5-DBD-SQLite \
p5-Text-Iconv>=1.0:converters/p5-Text-Iconv \
p5-DBI>=1.30:databases/p5-DBI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>