freebsd-ports/devel/p5-CPAN-Reporter-Smoker/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

26 lines
653 B
Makefile

# New ports collection makefile for: p5-CPAN-Reporter-Smoker
# Date created: 2011-02-04
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CPAN-Reporter-Smoker
PORTVERSION= 0.23
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}
MAN3= CPAN::Reporter::Smoker.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>