freebsd-ports/databases/p5-Tie-DBI/Makefile
2013-11-03 06:53:54 +00:00

20 lines
436 B
Makefile

# Created by: clive
# $FreeBSD$
PORTNAME= Tie-DBI
PORTVERSION= 1.06
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module implementing Tie hash to a DBI handle
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS:= ${RUN_DEPENDS}
BUILD_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>