pkgsrc/devel/p5-GitLab-API-v3/Makefile
wiz bef848b88c p5-GitLab-API-v3: update to 1.02.
1.02 2017-12-09

 - Deprecated.

1.01 2017-12-09

 - Add a very simple retries argument for retrying a request when a 5xx response is
   received. @jjatria
 - Support user snippets. @d5ve
 - Disable deserialisation when dealing with non-serialized data. @jjatria
 - Add support for login in with user credentials. @jjatria
 - Allow protect_branch to accept parameters.
 - Add share_project_with_group and delete_shared_project_link_within_group
   methods. @sotola
 - Change CONTRIBUTORS section to show the commit author rather than a link
   to their GitHub profile.
2017-12-30 13:51:27 +00:00

24 lines
838 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/12/30 13:51:27 wiz Exp $
DISTNAME= GitLab-API-v3-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BL/BLUEFEET/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/GitLab-API-v3
COMMENT= Complete GitLab API v3 client
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast
DEPENDS+= p5-Log-Any-Adapter-Screen-[0-9]*:../../devel/p5-Log-Any-Adapter-Screen
DEPENDS+= p5-Log-Any-Adapter-TAP-[0-9]*:../../devel/p5-Log-Any-Adapter-TAP
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
DEPENDS+= p5-Role-REST-Client>=0.18:../../www/p5-Role-REST-Client
REPLACE_PERL+= bin/gitlab-api-v3
PERL5_PACKLIST= auto/GitLab/API/v3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"