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

26 lines
587 B
Makefile
Raw Normal View History

# 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-
2012-01-25 17:55:58 +01:00
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
2003-02-21 12:15:57 +01:00
COMMENT= Perl module for generating a tree from a self-referential table
BUILD_DEPENDS= p5-DBI>=1.622:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= p5-DBI>=1.622:${PORTSDIR}/databases/p5-DBI
TEST_DEPENDS= p5-DBD-SQLite>=1.37:${PORTSDIR}/databases/p5-DBD-SQLite
USES= perl5
USE_PERL5= configure
MAN3= DBIx::Tree.3
NO_STAGE= yes
.include <bsd.port.mk>