freebsd-ports/devel/p5-CPAN-Reporter-Smoker/Makefile
Steve Wills cae9df7d9d - Update to 0.26
PR:		ports/189461
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-09 19:09:01 +00:00

22 lines
547 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= CPAN-Reporter-Smoker
PORTVERSION= 0.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Turnkey CPAN Testers smoking
BUILD_DEPENDS= p5-CPAN-Checksums>0:${PORTSDIR}/devel/p5-CPAN-Checksums \
p5-CPAN-Reporter>0:${PORTSDIR}/devel/p5-CPAN-Reporter \
p5-Term-Title>0:${PORTSDIR}/devel/p5-Term-Title
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>