freebsd-ports/devel/p5-Test-Mini/Makefile
Mathieu Arnold 06b6315ce1 Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.

With hat:	perl@
Sponsored by:	Absolight
2016-05-30 15:33:44 +00:00

28 lines
767 B
Makefile

# Created by: Kurt Lidl <kurt.lidl@cello.com>
# $FreeBSD$
PORTNAME= Test-Mini
PORTVERSION= v1.1.3
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PVANDE
PKGNAMEPREFIX= p5-
MAINTAINER= kurt.lidl@cello.com
COMMENT= Provides lightweight unit testing framework
BUILD_DEPENDS= p5-Data-Inspect>=0.03:devel/p5-Data-Inspect \
p5-Exception-Class>=1.30:devel/p5-Exception-Class \
p5-IO-stringy>=2.110:devel/p5-IO-stringy \
p5-MRO-Compat>=0.10:devel/p5-MRO-Compat \
p5-Text-Outdent>=0.01:devel/p5-Text-Outdent \
p5-Try-Tiny>=0.04:lang/p5-Try-Tiny \
p5-aliased>=0.30:devel/p5-aliased \
p5-namespace-clean>=0.14:devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>