mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
add p5-WebService-ISBNDB 0.32
A Perl extension to access isbndb.com
This commit is contained in:
parent
6b97b77ca7
commit
c0edc70531
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181396
@ -844,6 +844,7 @@
|
|||||||
SUBDIR += p5-WWW-Wikipedia
|
SUBDIR += p5-WWW-Wikipedia
|
||||||
SUBDIR += p5-WebService-Basecamp
|
SUBDIR += p5-WebService-Basecamp
|
||||||
SUBDIR += p5-WebService-Bloglines
|
SUBDIR += p5-WebService-Bloglines
|
||||||
|
SUBDIR += p5-WebService-ISBNDB
|
||||||
SUBDIR += p5-WebService-NoPaste
|
SUBDIR += p5-WebService-NoPaste
|
||||||
SUBDIR += p5-WebService-Technorati
|
SUBDIR += p5-WebService-Technorati
|
||||||
SUBDIR += p5-Xango
|
SUBDIR += p5-Xango
|
||||||
|
40
www/p5-WebService-ISBNDB/Makefile
Normal file
40
www/p5-WebService-ISBNDB/Makefile
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: WebService::ISBNDB
|
||||||
|
# Date created: Jan 4, 2007
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= WebService-ISBNDB
|
||||||
|
PORTVERSION= 0.32
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= perl@FreeBSD.org
|
||||||
|
COMMENT= A Perl extension to access isbndb.com
|
||||||
|
|
||||||
|
RUN_DEPENDS= p5-Business-ISBN>=1.80:${PORTSDIR}/misc/p5-Business-ISBN \
|
||||||
|
p5-Class-Std>=0.0.8:${PORTSDIR}/devel/p5-Class-Std \
|
||||||
|
p5-Error>=0.17:${PORTSDIR}/lang/p5-Error \
|
||||||
|
p5-libwww>=5.801:${PORTSDIR}/www/p5-libwww \
|
||||||
|
p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||||
|
p5-TimeDate>=1.16:${PORTSDIR}/devel/p5-TimeDate
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||||
|
p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
|
||||||
|
|
||||||
|
PERL_MODBUILD= yes
|
||||||
|
|
||||||
|
MAN3= WebService::ISBNDB.3 \
|
||||||
|
WebService::ISBNDB::API.3 \
|
||||||
|
WebService::ISBNDB::API::Authors.3 \
|
||||||
|
WebService::ISBNDB::API::Books.3 \
|
||||||
|
WebService::ISBNDB::API::Categories.3 \
|
||||||
|
WebService::ISBNDB::API::Publishers.3 \
|
||||||
|
WebService::ISBNDB::API::Subjects.3 \
|
||||||
|
WebService::ISBNDB::Agent.3 \
|
||||||
|
WebService::ISBNDB::Agent::REST.3 \
|
||||||
|
WebService::ISBNDB::Iterator.3 \
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
www/p5-WebService-ISBNDB/distinfo
Normal file
3
www/p5-WebService-ISBNDB/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (WebService-ISBNDB-0.32.tar.gz) = 9d72547d040ffd5fb5987c19dcbf11f2
|
||||||
|
SHA256 (WebService-ISBNDB-0.32.tar.gz) = 638b9eae1123291bc7a5f4e3db16d7337b01ccf1920438b652204c861b6d5349
|
||||||
|
SIZE (WebService-ISBNDB-0.32.tar.gz) = 175906
|
3
www/p5-WebService-ISBNDB/pkg-descr
Normal file
3
www/p5-WebService-ISBNDB/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
A Perl extension to access isbndb.com.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/WebService-ISBNDB/
|
14
www/p5-WebService-ISBNDB/pkg-plist
Normal file
14
www/p5-WebService-ISBNDB/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
%%SITE_PERL%%/WebService/ISBNDB.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/API.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/API/Authors.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/API/Books.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/API/Categories.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/API/Publishers.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/API/Subjects.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/Agent.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/Agent/REST.pm
|
||||||
|
%%SITE_PERL%%/WebService/ISBNDB/Iterator.pm
|
||||||
|
@dirrm %%SITE_PERL%%/WebService/ISBNDB/API
|
||||||
|
@dirrm %%SITE_PERL%%/WebService/ISBNDB/Agent
|
||||||
|
@dirrm %%SITE_PERL%%/WebService/ISBNDB
|
||||||
|
@dirrmtry %%SITE_PERL%%/WebService
|
Loading…
Reference in New Issue
Block a user