freebsd-ports/databases/p5-DBIx-Tree/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

22 lines
489 B
Makefile

# Created by: Philip M. Gollucci <philip@p6m7g8.com>
# $FreeBSD$
PORTNAME= DBIx-Tree
PORTVERSION= 1.97
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for generating a tree from a self-referential table
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBI>=1.622:databases/p5-DBI
TEST_DEPENDS= p5-DBD-SQLite>=1.37:databases/p5-DBD-SQLite
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>