mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
34 lines
855 B
Makefile
34 lines
855 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Riak
|
|
PORTVERSION= 0.1702
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Interface to Riak
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump \
|
|
p5-Google-ProtocolBuffers>=0:devel/p5-Google-ProtocolBuffers \
|
|
p5-JSON>=0:converters/p5-JSON \
|
|
p5-Moose>=0:devel/p5-Moose \
|
|
p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \
|
|
p5-MooseX-Traits>=0:devel/p5-MooseX-Traits \
|
|
p5-MooseX-Types>=0:devel/p5-MooseX-Types \
|
|
p5-MooseX-Types-Structured>=0:devel/p5-MooseX-Types-Structured \
|
|
p5-URI>=0:net/p5-URI \
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|