4cab8ef3b5
Upstream changes: 2019-03-19 k <andk@cpan.org> * release 2.26 * testfix release, no functional change * 97-run.t is now skipped when test is run by root user because perldoc often fails for root user (thanks to Binarus for reporting) * small additions to distroprefs and to the Makefile.PL
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.23 2019/04/20 04:42:18 wen Exp $
|
|
|
|
DISTNAME= CPAN-2.26
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/CPAN
|
|
COMMENT= Perl module to query, download and build perl modules from CPAN sites
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
|
|
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
|
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
|
DEPENDS+= p5-Module-Signature-[0-9]*:../../security/p5-Module-Signature
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
# DEPENDS+= {perl>=5.008009,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness
|
|
DEPENDS+= p5-Text-Glob-[0-9]*:../../textproc/p5-Text-Glob
|
|
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
|
|
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
USE_LANGUAGES+= c
|
|
MAKE_PARAMS+= verbose
|
|
PERL5_PACKLIST= auto/CPAN/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|