freebsd-ports/databases/p5-Tie-DBI/Makefile

21 lines
436 B
Makefile
Raw Normal View History

# Created by: clive
# $FreeBSD$
PORTNAME= Tie-DBI
2013-06-05 09:47:56 +02:00
PORTVERSION= 1.06
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2006-06-02 07:27:33 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Perl module implementing Tie hash to a DBI handle
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS:= ${RUN_DEPENDS}
2010-04-11 10:30:51 +02:00
BUILD_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
2006-06-02 07:27:33 +02:00
USES= perl5
USE_PERL5= configure
2007-06-18 09:49:52 +02:00
.include <bsd.port.mk>