3e648a5b9a
- Added following packages on BUILD_DEPENDS for make test p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse p5-DateTime-[0-9]*:../../time/p5-DateTime p5-CGI-[0-9]*:../../www/p5-CGI (upstream) - Updated net/p5-RT-Client-REST to 0.50 --------------------------------------- 0.50 Fri Dec 11 2015 "Sarvesh Das" <sarveshd@opmbx.org> - Added the 'disabled' attribute to RT::Client::REST::Group and RT::Client::REST::Queue to match the addition in RT 4.2.2 -- commit 7557633. Thanks Tom. - Allow a trailing forward slash in the server URI -- RT#97621. Thanks Marco Pessotto. - Tests in 82-stringify.t are skipped with LWP::UserAgent 6.04 which has buggy read timeout -- commit da577af. Thanks Marco Pessotto. - Fixed warning `Unescaped left brace in regex is deprecated' in perl 5.22 -- RT#106795. Thanks Mike Andrews. - Fixed documentation for RT::Client:REST::search() in POD -- RT#98160. - Removed MYMETA* files from distribution -- RT#108083
29 lines
1,008 B
Makefile
29 lines
1,008 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/07/20 12:19:03 mef Exp $
|
|
#
|
|
|
|
DISTNAME= RT-Client-REST-0.50
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/RT-Client-REST/
|
|
COMMENT= Perl 5 module to talk to RT using REST protocol
|
|
LICENSE= artistic
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/RT/Client/REST/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error
|
|
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
|
|
BUILD_DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|