diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-26 00:40:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-26 00:40:20 +0800 |
commit | fb1ae6b1dd89cfbd18c04ab6b80e73288f9b0a7a (patch) | |
tree | 9bdf2ac033cdfd2fecee5fc9dd8cbf7ddd5b947e /net/p5-OAI-Harvester | |
parent | 37f40f6dd57f1f76d4d5a1534fe5fba89ab67ed4 (diff) | |
download | freebsd-ports-gnome-fb1ae6b1dd89cfbd18c04ab6b80e73288f9b0a7a.tar.gz freebsd-ports-gnome-fb1ae6b1dd89cfbd18c04ab6b80e73288f9b0a7a.tar.zst freebsd-ports-gnome-fb1ae6b1dd89cfbd18c04ab6b80e73288f9b0a7a.zip |
- Update to 1.14b
- Change to new CPAN :id subdir macro
- Add CPAN URL to pkg-descr
Changes: http://search.cpan.org/dist/OAI-Harvester/Changes
Diffstat (limited to 'net/p5-OAI-Harvester')
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 19 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/distinfo | 4 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/pkg-descr | 1 |
3 files changed, 15 insertions, 9 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile index 886e8fdfe792..342acba09bac 100644 --- a/net/p5-OAI-Harvester/Makefile +++ b/net/p5-OAI-Harvester/Makefile @@ -6,21 +6,26 @@ # PORTNAME= OAI-Harvester -PORTVERSION= 1.13 +PORTVERSION= 1.14 PORTEPOCH= 1 CATEGORIES= net perl5 -MASTER_SITES= CPAN/../../authors/id/T/TH/THB/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:THB PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}b MAINTAINER= sunpoet@FreeBSD.org COMMENT= A module to harvest using the OAI protocol -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=1.3:${PORTSDIR}/net/p5-URI \ + p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX +RUN_DEPENDS= p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=1.3:${PORTSDIR}/net/p5-URI \ + p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= oai-listrecords.1 oai-listsets.1 MAN3= Net::OAI::Base.3 Net::OAI::Error.3 Net::OAI::GetRecord.3 \ diff --git a/net/p5-OAI-Harvester/distinfo b/net/p5-OAI-Harvester/distinfo index 9a99d636e64f..5763d8d8caf0 100644 --- a/net/p5-OAI-Harvester/distinfo +++ b/net/p5-OAI-Harvester/distinfo @@ -1,2 +1,2 @@ -SHA256 (OAI-Harvester-1.13.tar.gz) = 482a165ccfb68917299d5193e1a7561812fa2210341a9147fed7d38849249c3d -SIZE (OAI-Harvester-1.13.tar.gz) = 23056 +SHA256 (OAI-Harvester-1.14b.tar.gz) = 425690a11cbc4fb37289d14bd91ab0c7ce87af85031c7364516f306d7da5bf1d +SIZE (OAI-Harvester-1.14b.tar.gz) = 30277 diff --git a/net/p5-OAI-Harvester/pkg-descr b/net/p5-OAI-Harvester/pkg-descr index a6a880e6715a..9d55a934c581 100644 --- a/net/p5-OAI-Harvester/pkg-descr +++ b/net/p5-OAI-Harvester/pkg-descr @@ -3,3 +3,4 @@ for Metadata Harvesting allows repositories to share information about their contents. WWW: http://www.openarchives.org/ + http://search.cpan.org/dist/OAI-Harvester/ |