1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add cpan-upload 2.2, script for uploading distributions to CPAN.

PR:		59850
Submitted by:	Lars Thegler <lars@thegler.dk>
This commit is contained in:
Erwin Lansing 2003-12-19 09:11:33 +00:00
parent d48107625f
commit 36cc8cd19c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96191
5 changed files with 35 additions and 0 deletions

View File

@ -127,6 +127,7 @@
SUBDIR += cons
SUBDIR += cons-test
SUBDIR += cook
SUBDIR += cpan-upload
SUBDIR += cppadvio
SUBDIR += cppunit
SUBDIR += cproto

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: cpan-upload
# Date created: Nov 30 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= cpan-upload
PORTVERSION= 2.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/N/NE/NEILB/scripts/
MAINTAINER= lars@thegler.dk
COMMENT= Script for uploading distributions to CPAN
BUILD_DEPENDS= ${SITE_PERL}/AppConfig/Std.pm:${PORTSDIR}/devel/p5-AppConfig-Std \
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= cpan-upload.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (cpan-upload-2.2.tar.gz) = e900a0b3e78f9f2a4dabc1d1b5e1cdb6

View File

@ -0,0 +1,2 @@
This is a script for uploading one or more distributions to CPAN
using PAUSE, the Perl Authors Upload SErver.

View File

@ -0,0 +1,3 @@
bin/cpan-upload
%%SITE_PERL%%/%%PERL_ARCH%%/auto/cpan-upload/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/cpan-upload