mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
416 B
Makefile
21 lines
416 B
Makefile
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= JIRA-Client
|
|
PORTVERSION= 0.43
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Extended interface to JIRA's SOAP API
|
|
|
|
RUN_DEPENDS= p5-Data-Util>=0:devel/p5-Data-Util \
|
|
p5-SOAP-Lite>=0:net/p5-SOAP-Lite
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|