1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/databases/p5-Tie-DBI/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

26 lines
544 B
Makefile

# New ports collection makefile for: Tie-DBI
# Date created: Thu Mar 8 06:56:59 2001
# Whom: clive
#
# $FreeBSD$
#
PORTNAME= Tie-DBI
PORTVERSION= 1.05
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
PERL_CONFIGURE= yes
MAN3= Tie::RDBM.3 Tie::DBI.3
.include <bsd.port.mk>