99d81f20d6
----------------------------- 1.011 2016-09-18 - Move to GitHub. Thanks, OpenFoundry, for years of service. - Suppress warning "Use of uninitialized value in do "file" ..." - Put a description of its purpose into the canary file - Remove all traces of Internals::PAR::CLEARSTACK - Remove all references to http://par.perl.org/, doesn't exist anymore
25 lines
915 B
Makefile
25 lines
915 B
Makefile
# $NetBSD: Makefile,v 1.29 2016/09/19 11:35:12 mef Exp $
|
|
#
|
|
|
|
DISTNAME= PAR-1.011
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PAR/
|
|
COMMENT= Cross-Platform Packaging and Debugging Tool
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
|
|
#DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader
|
|
#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.3
|
|
DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps
|
|
DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature
|
|
DEPENDS+= p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist
|
|
|
|
PERL5_PACKLIST= auto/PAR/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|