aboutsummaryrefslogtreecommitdiff
path: root/net/p5-OAI-Harvester
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-19 18:51:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-19 18:51:44 +0000
commit4b4cf5172f3150adae8ec67b34d03b70c7ea43ea (patch)
tree052a7fd00ad4e1bb54c2b19670dcd9b33bcc23da /net/p5-OAI-Harvester
parentb627aac62b61390023250de22209c631efbd327b (diff)
downloadports-4b4cf5172f3150adae8ec67b34d03b70c7ea43ea.tar.gz
ports-4b4cf5172f3150adae8ec67b34d03b70c7ea43ea.zip
- Add new dependency as XML::SAX::Base is split from XML::SAX
- Add LICENSE - Remove leading indefinite article from COMMENT - Sort *_DEPENDS - Remove superfluous WRKSRC setting - Bump PORTREVISION for dependency change - Cleanup Makefile header - Set CPAN as primary WWW
Notes
Notes: svn path=/head/; revision=325014
Diffstat (limited to 'net/p5-OAI-Harvester')
-rw-r--r--net/p5-OAI-Harvester/Makefile24
-rw-r--r--net/p5-OAI-Harvester/pkg-descr2
2 files changed, 12 insertions, 14 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile
index 17e64485e911..350acd94198b 100644
--- a/net/p5-OAI-Harvester/Makefile
+++ b/net/p5-OAI-Harvester/Makefile
@@ -1,12 +1,9 @@
-# New ports collection makefile for: p5-OAI-Harvester
-# Date created: 2003-11-13
-# Whom: Paul Dlug <paul@aps.org>
-#
+# Created by: Paul Dlug <paul@aps.org>
# $FreeBSD$
-#
PORTNAME= OAI-Harvester
PORTVERSION= 1.15
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
@@ -14,17 +11,18 @@ MASTER_SITE_SUBDIR= CPAN:THB
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= A module to harvest using the OAI protocol
+COMMENT= Perl module to harvest using the OAI protocol
-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
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-URI>=1.30:${PORTSDIR}/net/p5-URI \
+ p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \
+ p5-XML-SAX-Base>=1.04:${PORTSDIR}/textproc/p5-XML-SAX-Base \
+ p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
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/pkg-descr b/net/p5-OAI-Harvester/pkg-descr
index 9d55a934c581..2b62cbc7913a 100644
--- a/net/p5-OAI-Harvester/pkg-descr
+++ b/net/p5-OAI-Harvester/pkg-descr
@@ -2,5 +2,5 @@ Perl module query OAI-PMH repositories. The Open Archives Initiative - Protocol
for Metadata Harvesting allows repositories to share information about their
contents.
+WWW: http://search.cpan.org/dist/OAI-Harvester/
WWW: http://www.openarchives.org/
- http://search.cpan.org/dist/OAI-Harvester/