ports/devel/p5-Tree-Binary/Makefile
2017-09-15 08:58:46 +00:00

21 lines
405 B
Makefile

# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$
PORTNAME= Tree-Binary
PORTVERSION= 1.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Object Oriented Binary Tree for Perl
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>