1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/p5-WebService-Redmine/Makefile
Ryan Steinmetz 4cb54b9d5d New port: www/p5-WebService-Redmine:
This module is a client for RedMine REST API.  Please note that although
RedMine API is designed to support both JSON and XML, this module is JSON
only.

WWW: http://search.cpan.org/dist/WebService-Redmine/
2014-12-01 16:52:44 +00:00

21 lines
424 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= WebService-Redmine
PORTVERSION= 0.06
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Redmine
RUN_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>