freebsd-ports/devel/p5-Test-DependentModules/Makefile
Sunpoet Po-Chuan Hsieh 456a2dec01 - Update to 0.14
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Test-DependentModules/Changes
2013-03-18 14:47:37 +00:00

30 lines
914 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-DependentModules
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Test all modules which depend on your module
LICENSE= ART20
BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \
p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \
p5-Parallel-ForkManager>=0.7.6:${PORTSDIR}/devel/p5-Parallel-ForkManager \
p5-IO-Handle-Util>=0:${PORTSDIR}/devel/p5-IO-Handle-Util \
p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 \
p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-MetaCPAN-API>=0:${PORTSDIR}/devel/p5-MetaCPAN-API \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-autodie>=0:${PORTSDIR}/devel/p5-autodie
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::DependentModules.3
.include <bsd.port.mk>