freebsd-ports/devel/p5-Test-Moose-More/Makefile
Lars Thegler efa9954a41 - Update to 0.020
ChangeLog:

0.020     2013-08-01 07:33:57 PDT-0700
	* Drop Perl6::Junction in favor of Syntax::Keyword::Junction Same
	  thing -- essentially, AFAICT -- except that we don't get 'smartmatch
	  operator is experimental' warnings in 5.18 :)
2013-08-30 20:28:47 +00:00

29 lines
798 B
Makefile

# $FreeBSD$
PORTNAME= Test-Moose-More
PORTVERSION= 0.020
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= More tools for testing Moose packages
LICENSE= LGPL21
BUILD_DEPENDS= p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Moose-Autobox>=0:${PORTSDIR}/devel/p5-Moose-Autobox \
p5-Syntax-Keyword-Junction>=0:${PORTSDIR}/devel/p5-Syntax-Keyword-Junction \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-TAP-SimpleOutput>=0:${PORTSDIR}/devel/p5-TAP-SimpleOutput \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Test::Moose::More.3
.include <bsd.port.mk>