diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-20 02:51:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-20 02:51:44 +0800 |
commit | 1789ff30ba8371439590f0b9d15265a1d1418f1b (patch) | |
tree | 052a7fd00ad4e1bb54c2b19670dcd9b33bcc23da /net/p5-OAI-Harvester | |
parent | d0d02770c5ad39f3fd298046cf08c63f8397c93a (diff) | |
download | freebsd-ports-gnome-1789ff30ba8371439590f0b9d15265a1d1418f1b.tar.gz freebsd-ports-gnome-1789ff30ba8371439590f0b9d15265a1d1418f1b.tar.zst freebsd-ports-gnome-1789ff30ba8371439590f0b9d15265a1d1418f1b.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
Diffstat (limited to 'net/p5-OAI-Harvester')
-rw-r--r-- | net/p5-OAI-Harvester/Makefile | 24 | ||||
-rw-r--r-- | net/p5-OAI-Harvester/pkg-descr | 2 |
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/ |