Update editors/lazarus-lcl-units to version 1.8.0
[dports.git] / databases / p5-DBIx-Tree / Makefile
1 # Created by: Philip M. Gollucci <philip@p6m7g8.com>
2 # $FreeBSD$
3
4 PORTNAME=       DBIx-Tree
5 PORTVERSION=    1.97
6 CATEGORIES=     databases perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Perl module for generating a tree from a self-referential table
12
13 LICENSE=        ART20
14
15 BUILD_DEPENDS=  p5-DBI>=1.622:databases/p5-DBI
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17 TEST_DEPENDS=   p5-DBD-SQLite>=1.37:databases/p5-DBD-SQLite
18
19 USES=           perl5 tar:tgz
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>