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.
20 lines
629 B
Makefile
20 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/06/30 20:16:11 nia Exp $
|
|
#
|
|
|
|
DISTNAME= SWF-File-0.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 12
|
|
CATEGORIES= graphics www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YS/YSAS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/SWF-File
|
|
COMMENT= Manipulating Flash movie (SWF) files
|
|
|
|
DEPENDS+= p5-Data-TemporaryBag-[0-9]*:../../devel/p5-Data-TemporaryBag
|
|
#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib
|
|
|
|
PERL5_PACKLIST= auto/SWF/File/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|