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:
parent
d48107625f
commit
36cc8cd19c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96191
@ -127,6 +127,7 @@
|
||||
SUBDIR += cons
|
||||
SUBDIR += cons-test
|
||||
SUBDIR += cook
|
||||
SUBDIR += cpan-upload
|
||||
SUBDIR += cppadvio
|
||||
SUBDIR += cppunit
|
||||
SUBDIR += cproto
|
||||
|
28
devel/cpan-upload/Makefile
Normal file
28
devel/cpan-upload/Makefile
Normal 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>
|
1
devel/cpan-upload/distinfo
Normal file
1
devel/cpan-upload/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cpan-upload-2.2.tar.gz) = e900a0b3e78f9f2a4dabc1d1b5e1cdb6
|
2
devel/cpan-upload/pkg-descr
Normal file
2
devel/cpan-upload/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This is a script for uploading one or more distributions to CPAN
|
||||
using PAUSE, the Perl Authors Upload SErver.
|
3
devel/cpan-upload/pkg-plist
Normal file
3
devel/cpan-upload/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/cpan-upload
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/cpan-upload/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/cpan-upload
|
Loading…
Reference in New Issue
Block a user