freebsd-ports/textproc/p5-RDF-Simple/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

34 lines
999 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
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>