1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/p5-RDF-Query/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

35 lines
950 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= RDF-Query
PORTVERSION= 2.918
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Complete SPARQL 1.1 Query and Update implementation for RDF::Trine
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Data-UUID>=0:devel/p5-Data-UUID \
p5-DateTime-Format-W3CDTF>=0:devel/p5-DateTime-Format-W3CDTF \
p5-Error>=0:lang/p5-Error \
p5-JSON>=2:converters/p5-JSON \
p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \
p5-RDF-Trine>=1.004:textproc/p5-RDF-Trine \
p5-Set-Scalar>=0:devel/p5-Set-Scalar \
p5-URI>=1.52:net/p5-URI
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-JSON>=0:devel/p5-Test-JSON \
p5-YAML>=0:textproc/p5-YAML
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>