freebsd-ports/textproc/p5-RDF-Simple/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
760 B
Makefile

# Created by: Aaron Straup Cope <ascope@cpan.org>
# $FreeBSD$
PORTNAME= RDF-Simple
PORTVERSION= 0.41.5
PORTREVISION= 1
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:devel/p5-Class-MakeMethods \
p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
p5-URI>=0:net/p5-URI \
p5-XML-SAX>=0:textproc/p5-XML-SAX \
p5-libwww>=0:www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-IO-CaptureOutput>0:devel/p5-IO-CaptureOutput \
p5-Test-File>=0:devel/p5-Test-File
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>