mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
cpan-upload-http is a script which automates the process of uploading
a file to CPAN using PAUSE, the Perl Authors Upload Server. WWW: http://search.cpan.org/dist/cpan-upload-http/
This commit is contained in:
parent
c6ce84316b
commit
5003efdd38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251970
@ -211,6 +211,7 @@
|
||||
SUBDIR += cons-test
|
||||
SUBDIR += cook
|
||||
SUBDIR += cpan-upload
|
||||
SUBDIR += cpan-upload-http
|
||||
SUBDIR += cppcheck
|
||||
SUBDIR += cppi
|
||||
SUBDIR += cppunit
|
||||
|
27
devel/cpan-upload-http/Makefile
Normal file
27
devel/cpan-upload-http/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: cpan::upload::http
|
||||
# Date created: 01 Apr 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cpan-upload-http
|
||||
PORTVERSION= 2.4
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl script to upload one or more files to CPAN, using PAUSE
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-AppConfig-Std>=1.05:${PORTSDIR}/devel/p5-AppConfig-Std \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= cpan-upload-http.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/cpan-upload-http/distinfo
Normal file
3
devel/cpan-upload-http/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (cpan-upload-http-2.4.tar.gz) = 03e08850d1fbc584eeb6db82eecc4f1f
|
||||
SHA256 (cpan-upload-http-2.4.tar.gz) = 2d8abe8827b30f8f7960ca8837ce108ae83a774d61b9df56aa786d352c875836
|
||||
SIZE (cpan-upload-http-2.4.tar.gz) = 7355
|
4
devel/cpan-upload-http/pkg-descr
Normal file
4
devel/cpan-upload-http/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
cpan-upload-http is a script which automates the process of uploading
|
||||
a file to CPAN using PAUSE, the Perl Authors Upload Server.
|
||||
|
||||
WWW: http://search.cpan.org/dist/cpan-upload-http/
|
3
devel/cpan-upload-http/pkg-plist
Normal file
3
devel/cpan-upload-http/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/cpan-upload-http
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/cpan-upload-http/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/cpan-upload-http
|
Loading…
Reference in New Issue
Block a user