d5c846b3af
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.
28 lines
1,001 B
Makefile
28 lines
1,001 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/06/30 20:15:23 nia Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-ClassAttribute-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/MooseX-ClassAttribute
|
|
COMMENT= Perl 5 module to declare class attributes Moose-style
|
|
LICENSE= artistic-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/ClassAttribute/.packlist
|
|
|
|
DEPENDS+= p5-Moose>=2.00:../../devel/p5-Moose
|
|
DEPENDS+= p5-namespace-autoclean>=0.11:../../devel/p5-namespace-autoclean
|
|
|
|
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
|
|
# for make test
|
|
#BUILD_DEPENDS+= p5-MooseX-Role-Strict-[0-9]*:../../devel/p5-MooseX-Role-Strict
|
|
BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|