2010-04-01 17:08:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cpan-upload-http
|
|
|
|
PORTVERSION= 2.4
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-04-01 17:08:33 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:BRADFITZ
|
2010-04-01 17:08:33 +02:00
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl script to upload one or more files to CPAN, using PAUSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
2016-04-01 16:00:51 +02:00
|
|
|
p5-AppConfig-Std>=1.05:devel/p5-AppConfig-Std \
|
|
|
|
p5-libwww>0:www/p5-libwww \
|
|
|
|
p5-Term-ReadKey>0:devel/p5-Term-ReadKey
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2010-04-01 17:08:33 +02:00
|
|
|
|
2013-09-07 17:51:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-04-01 17:08:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|