freebsd-ports/devel/p5-Forest/Makefile
2021-04-06 16:31:07 +02:00

26 lines
568 B
Makefile

# Created by: chinsan
PORTNAME= Forest
PORTVERSION= 0.10
PORTREVISION= 1
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= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=2:devel/p5-Moose \
p5-MooseX-Clone>=0.05:devel/p5-MooseX-Clone
TEST_DEPENDS= p5-Path-Class>=0:devel/p5-Path-Class \
p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>