freebsd-ports/textproc/p5-RDF-Simple/Makefile
Steve Wills 3bced04677 - Add TEST_DEPENDS to silence build warning and enable testing
- Expand value of RUN_DEPENDS before assigning it
2012-01-08 06:09:41 +00:00

37 lines
1 KiB
Makefile

# New ports collection makefile for: p5-RDF-Simple
# Date created: July 12 2004
# Whom: Aaron Straup Cope <ascope@cpan.org>
#
# $FreeBSD$
#
PORTNAME= RDF-Simple
PORTVERSION= 0.41.5
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Read and write RDF without complication
RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput \
p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File
PERL_CONFIGURE= yes
MAN3= RDF::Simple.3 \
RDF::Simple::NS.3 \
RDF::Simple::Parser.3 \
RDF::Simple::Parser::Handler.3 \
RDF::Simple::Serialiser.3 \
RDF::Simple::Serializer.3
.include <bsd.port.mk>