1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/p5-SRU/Makefile
2012-01-12 02:57:46 +00:00

53 lines
1.6 KiB
Makefile

# New ports collection makefile for: SRU
# Date created: 23 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= SRU
PORTVERSION= 0.99
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BRICAS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Search and Retrieval by URL
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
${SITE_PERL}/CQL/Parser.pm:${PORTSDIR}/textproc/p5-CQL-Parser
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
${SITE_PERL}/CQL/Parser.pm:${PORTSDIR}/textproc/p5-CQL-Parser
TEST_DEPENDS= p5-Test-Exception>=0.2:${PORTSDIR}/devel/p5-Test-Exception
MAN3= Catalyst::Controller::SRU.3 \
SRU.3 \
SRU::Request.3 \
SRU::Request::Explain.3 \
SRU::Request::Scan.3 \
SRU::Request::SearchRetrieve.3 \
SRU::Response.3 \
SRU::Response::Diagnostic.3 \
SRU::Response::Explain.3 \
SRU::Response::Record.3 \
SRU::Response::Scan.3 \
SRU::Response::SearchRetrieve.3 \
SRU::Response::Term.3 \
SRU::Server.3 \
SRU::Utils.3 \
SRU::Utils::XML.3 \
SRU::Utils::XMLTest.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>