freebsd-ports/databases/p5-DBIx-Tree/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

20 lines
468 B
Makefile

PORTNAME= DBIx-Tree
PORTVERSION= 1.98
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for generating a tree from a self-referential table
WWW= https://metacpan.org/release/DBIx-Tree
LICENSE= ART20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBI>=1.622:databases/p5-DBI
TEST_DEPENDS= p5-DBD-SQLite>=1.37:databases/p5-DBD-SQLite
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>