mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add new port devel/p5-JIRA-REST for interfacing with the JIRA API.
PR: 197106 Approved by: swills
This commit is contained in:
parent
5f7d5d4997
commit
3eda69e87a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378495
@ -2277,6 +2277,7 @@
|
||||
SUBDIR += p5-Iterator-Simple
|
||||
SUBDIR += p5-Iterator-Util
|
||||
SUBDIR += p5-JIRA-Client
|
||||
SUBDIR += p5-JIRA-REST
|
||||
SUBDIR += p5-JQuery
|
||||
SUBDIR += p5-JSON-Hyper
|
||||
SUBDIR += p5-JSON-Path
|
||||
|
30
devel/p5-JIRA-REST/Makefile
Normal file
30
devel/p5-JIRA-REST/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Brad Davis <brd@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= JIRA-REST
|
||||
PORTVERSION= 0.010
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extended interface to JIRA's REST API
|
||||
|
||||
BUILD_DEPENDS= p5-Data-Util>=0:${PORTSDIR}/devel/p5-Data-Util \
|
||||
p5-HTML-TreeBuilder-LibXML>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \
|
||||
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-REST-Client>=0:${PORTSDIR}/www/p5-REST-Client \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= %%SITE_PERL%%/JIRA/README.pod \
|
||||
%%SITE_PERL%%/JIRA/REST.pm \
|
||||
%%PERL5_MAN3%%/JIRA::README.3.gz \
|
||||
%%PERL5_MAN3%%/JIRA::REST.3.gz
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-JIRA-REST/distinfo
Normal file
2
devel/p5-JIRA-REST/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (JIRA-REST-0.010.tar.gz) = a772267b5a563863fdf520d1edcc2278bc1943ccb71b332c73fabd87236fef32
|
||||
SIZE (JIRA-REST-0.010.tar.gz) = 15341
|
10
devel/p5-JIRA-REST/pkg-descr
Normal file
10
devel/p5-JIRA-REST/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
JIRA is a proprietary bug tracking system from Atlassian
|
||||
(http://www.atlassian.com/software/jira/).
|
||||
|
||||
This module implements an Object Oriented wrapper around JIRA's
|
||||
REST API.
|
||||
|
||||
Moreover, it implements some other methods to make it easier to do
|
||||
some common operations.
|
||||
|
||||
WWW: http://search.cpan.org/dist/JIRA-REST/
|
Loading…
Reference in New Issue
Block a user