blob: 19e28a6d6290d10471a64a18f96b29ad7af52400 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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.24
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>
|