pkgsrc/devel/p5-CPAN-Uploader/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

26 lines
882 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/05/29 23:35:41 wiz Exp $
DISTNAME= CPAN-Uploader-0.103004
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CPAN-Uploader/
COMMENT= Perl 5 module to upload things to the CPAN
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
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
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/CPAN/Uploader/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"