freebsd-ports/databases/p5-DBIx-Tree/Makefile
Martin Wilke 4762188cfa - Fix plist
- Trim header

Reported by:	poudriere exp-run
2013-05-16 09:44:15 +00:00

25 lines
581 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-
EXTRACT_SUFX= .tgz
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= p5-DBI>=1.622:${PORTSDIR}/databases/p5-DBI
TEST_DEPENDS= p5-DBD-SQLite>=1.37:${PORTSDIR}/databases/p5-DBD-SQLite
MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
MAN3= DBIx::Tree.3
.include <bsd.port.mk>