78504bf84d
Approved by: portmgr (blanket infrastructure)
21 lines
525 B
Makefile
21 lines
525 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Class-Tree
|
|
PORTVERSION= 0.03003
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to manipulate and analyze tree structured data
|
|
|
|
RUN_DEPENDS= \
|
|
p5-DBIx-Class>=0.08100:${PORTSDIR}/databases/p5-DBIx-Class
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|