mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
99905a566e
- Add LICENSE - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/Forest/Changes
27 lines
614 B
Makefile
27 lines
614 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Forest
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:STEVAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Collection of n-ary tree related modules
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-Clone>=0.05:${PORTSDIR}/devel/p5-MooseX-Clone
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|