freebsd-ports/net/p5-Net-HTTP-Spore/Makefile
Sunpoet Po-Chuan Hsieh 54e345822d - Add p5-Net-HTTP-Spore 0.06
Net::HTTP::Spore is an implementation of the SPORE specification.

To use this client, you need to use or to write a SPORE specification of an API.
A description of the SPORE specification format is available at [1].

[1] http://github.com/SPORE/specifications/blob/master/spore_description.pod

WWW: http://search.cpan.org/dist/Net-HTTP-Spore/
2014-08-01 16:20:06 +00:00

34 lines
1 KiB
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-HTTP-Spore
PORTVERSION= 0.06
CATEGORIES= net www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= SPORE client
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
p5-MooseX-Types-URI>=0:${PORTSDIR}/devel/p5-MooseX-Types-URI \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>