547af2b6aa
Changes: http://search.cpan.org/src/RSAVAGE/Tree-Binary-1.07/Changes - Update LICENSE
21 lines
404 B
Makefile
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>
|