freebsd-ports/databases/p5-DBIx-Class-Tree-NestedSet/Makefile

21 lines
511 B
Makefile
Raw Normal View History

PORTNAME= DBIx-Class-Tree-NestedSet
2011-11-26 04:21:27 +01:00
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to manage trees of data using the nested set model
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-DBIx-Class>=0.08:databases/p5-DBIx-Class
TEST_DEPENDS= p5-DBICx-TestDatabase>=0:databases/p5-DBICx-TestDatabase \
p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>