2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2010-10-19 02:28:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-CascadeCopy
|
2011-06-25 06:12:40 +02:00
|
|
|
PORTVERSION= 0.2.6
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2010-10-19 02:28:57 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-06-25 06:12:40 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-10-19 02:28:57 +02:00
|
|
|
COMMENT= Rapidly propagate files to many servers in multiple locations
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Class-Std-Utils>=v0.0.0:devel/p5-Class-Std-Utils \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-Mouse>=0:devel/p5-Mouse \
|
|
|
|
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
|
|
|
|
p5-Proc-Queue>=0:devel/p5-Proc-Queue
|
|
|
|
TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences
|
2010-10-19 02:28:57 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-10-19 02:28:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|