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.
19 lines
560 B
Makefile
19 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.43 2019/06/30 20:14:34 nia Exp $
|
|
|
|
DISTNAME= BSD-Resource-1.2911
|
|
PKGNAME= p5-${DISTNAME:C/([0-9][0-9])([0-9][0-9])/\1.\2/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/BSD-Resource
|
|
COMMENT= Perl interface to BSD process resources library
|
|
LICENSE= artistic-2.0 OR gnu-lgpl-v2
|
|
|
|
UNLIMIT_RESOURCES+= stacksize
|
|
|
|
PERL5_PACKLIST= auto/BSD/Resource/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|