freebsd-ports/databases/p5-DBIx-Tree/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

21 lines
516 B
Makefile

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