f8cde0b05e
Fix dependencies. 0.52 Fri Apr 06 2018 "Dean Hamstead" <dean@bytefoundry.com.au> - Fix up lots of Pod Critic complaints - Fix up lots of Perl Critic complaints - Use Dist-Zilla for releases - Remove Pod, tests and other files that Dist-Zilla provides - Adjust git repo slightly - Note: no functional changes
29 lines
1 KiB
Makefile
29 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2018/05/02 13:18:19 wiz Exp $
|
|
|
|
DISTNAME= RT-Client-REST-0.52
|
|
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
|
|
|
|
DEPENDS+= p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error
|
|
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
|
|
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
BUILD_DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|