mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4cb54b9d5d
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/
21 lines
424 B
Makefile
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>
|