Add p5-WebService-Google-Sets 0.03, a Perl module that provides access
to the Sets service hosted at Google Labs, http://labs.google.com/sets.
This commit is contained in:
parent
9c124e3e45
commit
a3525d2f7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239504
@ -1153,6 +1153,7 @@
|
||||
SUBDIR += p5-WebService-Bloglines
|
||||
SUBDIR += p5-WebService-BuzzurlAPI
|
||||
SUBDIR += p5-WebService-CIA
|
||||
SUBDIR += p5-WebService-Google-Sets
|
||||
SUBDIR += p5-WebService-ISBNDB
|
||||
SUBDIR += p5-WebService-MusicBrainz
|
||||
SUBDIR += p5-WebService-NoPaste
|
||||
|
25
www/p5-WebService-Google-Sets/Makefile
Normal file
25
www/p5-WebService-Google-Sets/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: www/p5-WebService-Google-Sets
|
||||
# Date created: 14 August 2009
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WebService-Google-Sets
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= WebService
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Perl access to Google Labs Sets site
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WebService::Google::Sets.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-WebService-Google-Sets/distinfo
Normal file
3
www/p5-WebService-Google-Sets/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WebService-Google-Sets-0.03.tar.gz) = c1d4ad0c78dfc64cbf046c535efc247d
|
||||
SHA256 (WebService-Google-Sets-0.03.tar.gz) = b03b3fb07a4b9393ff8f48c21838e7b67149971ff711982442baac956e6f6858
|
||||
SIZE (WebService-Google-Sets-0.03.tar.gz) = 3573
|
4
www/p5-WebService-Google-Sets/pkg-descr
Normal file
4
www/p5-WebService-Google-Sets/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
WebService::Google::Sets provides function-based access to the Sets
|
||||
service hosted at Google Labs, http://labs.google.com/sets .
|
||||
|
||||
WWW: http://search.cpan.org/dist/WebService-Google-Sets/
|
8
www/p5-WebService-Google-Sets/pkg-plist
Normal file
8
www/p5-WebService-Google-Sets/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/get_gset
|
||||
%%SITE_PERL%%/WebService/Google/Sets.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Google
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
Loading…
Reference in New Issue
Block a user