mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
33 lines
738 B
Makefile
33 lines
738 B
Makefile
# Created by: Paul Dlug <paul@aps.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= OAI-Harvester
|
|
PORTVERSION= 1.20
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:THB
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl module to harvest using the OAI protocol
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-URI>=1.30:net/p5-URI \
|
|
p5-XML-SAX>=0.12:textproc/p5-XML-SAX \
|
|
p5-XML-SAX-Base>=1.04:textproc/p5-XML-SAX-Base \
|
|
p5-libwww>=2.0:www/p5-libwww
|
|
TEST_DEPENDS= p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
|
|
p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|