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

26 lines
544 B
Makefile
Raw Normal View History

# New ports collection makefile for: Tie-DBI
# Date created: Thu Mar 8 06:56:59 2001
# Whom: clive
#
# $FreeBSD$
#
PORTNAME= Tie-DBI
2010-04-11 10:30:51 +02:00
PORTVERSION= 1.05
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
PERL_CONFIGURE= yes
MAN3= Tie::RDBM.3 Tie::DBI.3
2007-06-18 09:49:52 +02:00
.include <bsd.port.mk>