summaryrefslogtreecommitdiff
path: root/net/p5-OAI-Harvester/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-OAI-Harvester/Makefile')
-rw-r--r--net/p5-OAI-Harvester/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/net/p5-OAI-Harvester/Makefile b/net/p5-OAI-Harvester/Makefile
new file mode 100644
index 000000000000..216a04887a41
--- /dev/null
+++ b/net/p5-OAI-Harvester/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: p5-OAI-Harvester
+# Date created: 2003-11-13
+# Whom: Paul Dlug <paul@aps.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= OAI-Harvester
+PORTVERSION= 0.82
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= paul@aps.org
+COMMENT= A module to harvest using the OAI protocol
+
+BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
+ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::OAI::Base.3 \
+ Net::OAI::Error.3 \
+ Net::OAI::GetRecord.3 \
+ Net::OAI::Harvester.3 \
+ Net::OAI::Identify.3 \
+ Net::OAI::ListIdentifiers.3 \
+ Net::OAI::ListMetadataFormats.3 \
+ Net::OAI::ListRecords.3 \
+ Net::OAI::ListSets.3 \
+ Net::OAI::Record.3 \
+ Net::OAI::Record::Header.3 \
+ Net::OAI::Record::OAI_DC.3 \
+ Net::OAI::ResumptionToken.3
+
+MAN1= oai-listsets.1 oai-listrecords.1
+
+.include <bsd.port.mk>