4128d28c9f
0.22 2019-09-13T15:02:28Z - Add the statistics method. - The delete_user method can now take parameters, allowing for use of the hard_delete parameter. 0.21 2019-08-24T18:56:13Z - The release endpoint returns a 403 on an unknown tag rather than a 404 like it should. This condition is now detected and treated like a 404. 0.20 2019-07-23T21:42:37Z - The preexisting create_release and edit_release methods have been renamed to create_tag_release and update_tag_release to make room for the new releases API. - Added methods for the new (added in GitLab 11.7) releases and release links APIs.
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2019/10/19 13:21:21 mef Exp $
|
|
|
|
DISTNAME= GitLab-API-v4-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BL/BLUEFEET/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/GitLab-API-v4
|
|
COMMENT= Complete GitLab API v4 client
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast
|
|
DEPENDS+= p5-IO-Prompter-[0-9]*:../../devel/p5-IO-Prompter
|
|
DEPENDS+= p5-Log-Any-Adapter-Screen>=0.13:../../devel/p5-Log-Any-Adapter-Screen
|
|
DEPENDS+= p5-Log-Any-Adapter-TAP-[0-9]*:../../devel/p5-Log-Any-Adapter-TAP
|
|
DEPENDS+= p5-Path-Tiny>=0.079:../../filesystems/p5-Path-Tiny
|
|
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
|
DEPENDS+= p5-HTTP-Tiny-Multipart>=0.08:../../www/p5-HTTP-Tiny-Multipart
|
|
DEPENDS+= p5-Role-REST-Client>=0.22:../../www/p5-Role-REST-Client
|
|
|
|
REPLACE_PERL+= script/gitlab-api-v4
|
|
|
|
PERL5_PACKLIST= auto/GitLab/API/v4/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|