pkgsrc/devel/p5-Contextual-Return/Makefile
nia d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00

22 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.23 2019/06/30 20:14:46 nia Exp $
DISTNAME= Contextual-Return-0.004014
# insert dot between each 3 digits
PKGNAME= p5-${DISTNAME:C/([0-9][0-9][0-9])([0-9][0-9][0-9])/\1.\2/}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Contextual-Return
COMMENT= Perl 5 module to create context-senstive return values
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version
DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Contextual/Return/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"