freebsd-ports/devel/p5-Tree-Binary/Makefile
2023-06-06 14:52:38 +08:00

19 lines
393 B
Makefile

PORTNAME= Tree-Binary
PORTVERSION= 1.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Object Oriented Binary Tree for Perl
WWW= https://metacpan.org/release/Tree-Binary
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>