174dcb768d
0.103015 2020-08-20 23:07:25-04:00 America/New_York - quiet a harmless warning 0.103014 2020-06-07 13:40:36-04:00 America/New_York - add a --retries option to make multiple upload attempts in the face of a 500 error (thanks, PERLANCAR)
24 lines
897 B
Makefile
24 lines
897 B
Makefile
# $NetBSD: Makefile,v 1.24 2020/09/06 22:31:43 wiz Exp $
|
|
|
|
DISTNAME= CPAN-Uploader-0.103015
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/CPAN-Uploader
|
|
COMMENT= Perl 5 module to upload things to the CPAN
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Getopt-Long-Descriptive>=0.084:../../devel/p5-Getopt-Long-Descriptive
|
|
DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
#BUILD_DEPENDS+= {perl>=5.13.4,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/CPAN/Uploader/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|