- Google::Code::Upload uploads files to a Google Code Project.
WWW: http://search.cpan.org/dist/Google-Code-Upload/ PR: ports/148941 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
This commit is contained in:
parent
011e9a980d
commit
5f7699902f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258400
5 changed files with 43 additions and 0 deletions
|
@ -907,6 +907,7 @@
|
|||
SUBDIR += p5-Flickr-Upload
|
||||
SUBDIR += p5-Gantry
|
||||
SUBDIR += p5-Geo-Caching
|
||||
SUBDIR += p5-Google-Code-Upload
|
||||
SUBDIR += p5-Google-Search
|
||||
SUBDIR += p5-Gtk2-WebKit
|
||||
SUBDIR += p5-Gungho
|
||||
|
|
27
www/p5-Google-Code-Upload/Makefile
Normal file
27
www/p5-Google-Code-Upload/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: p5-Google-Code-Upload
|
||||
# Date created: 2010-07-06
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Google-Code-Upload
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@sunpoet.net
|
||||
COMMENT= Uploading files to a Google Code project
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
|
||||
${SITE_PERL}/LWP/UserAgent.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= googlecode_upload.pl.1
|
||||
MAN3= Google::Code::Upload.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Google-Code-Upload/distinfo
Normal file
3
www/p5-Google-Code-Upload/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Google-Code-Upload-0.05.tar.gz) = a56689203210f7ce5ea81d710bcbd1df
|
||||
SHA256 (Google-Code-Upload-0.05.tar.gz) = 5d0b6c922e723d46c7d471928a9c598f8693e4749977a46a0bf6d7a3e9f2701f
|
||||
SIZE (Google-Code-Upload-0.05.tar.gz) = 24181
|
3
www/p5-Google-Code-Upload/pkg-descr
Normal file
3
www/p5-Google-Code-Upload/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Google::Code::Upload uploads files to a Google Code project.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Google-Code-Upload/
|
9
www/p5-Google-Code-Upload/pkg-plist
Normal file
9
www/p5-Google-Code-Upload/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $FreeBSD$
|
||||
bin/googlecode_upload.pl
|
||||
%%SITE_PERL%%/Google/Code/Upload.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Code/Upload/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Code/Upload
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Code
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google
|
||||
@dirrmtry %%SITE_PERL%%/Google/Code
|
||||
@dirrmtry %%SITE_PERL%%/Google
|
Loading…
Reference in a new issue