freebsd-ports/devel/p5-JIRA-Client/Makefile
Adam Weinberger 5346ec2d26 Update to 0.43. Add a note in pkg-descr about the deprecation of
this module.

PR:		197105 (based on)
Submitted by:	brd
2015-02-14 17:20:23 +00:00

20 lines
440 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:${PORTSDIR}/devel/p5-Data-Util \
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>