freebsd-ports/devel/p5-Tree-Binary/Makefile
2016-05-06 06:47:38 +00:00

21 lines
404 B
Makefile

# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$
PORTNAME= Tree-Binary
PORTVERSION= 1.07
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>