1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/p5-Tree-Binary/Makefile
Andrej Zverev 4cfea3d01e - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 10:33:57 +00:00

23 lines
427 B
Makefile

# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$
PORTNAME= Tree-Binary
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= wen@FreeBSD.org
COMMENT= Object Oriented Binary Tree for Perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>