61165da19a
pkgsrc changes: - adjusting module type - adjusting depends to catch core module AutoLoader right Upstream changes: [Changes for 1.002 - Jul 25, 2010] - Fixes to VERSIONs of PAR::Setup*. - No change in behaviour since 1.001 [Changes for 1.001 - Jul 25, 2010] - RT #57399: extract everything (including DLLs) in File::ShareDir directories. Module::ScanDeps classifies everything in File::ShareDir directories as "data", but PAR uses it's own heuristics what to extract from a .par. - Previous release was missing META.yml. - Upgrade Module::Install to 1.00 [Changes for 1.000 - Apr 10, 2010] - Fix defined(%hash) deprecation warning in PAR::Heavy
28 lines
921 B
Makefile
28 lines
921 B
Makefile
# $NetBSD: Makefile,v 1.15 2010/08/25 19:47:19 sno Exp $
|
|
#
|
|
|
|
DISTNAME= PAR-1.002
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PAR/
|
|
COMMENT= Cross-Platform Packaging and Debugging Tool
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
|
|
DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader
|
|
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
|
|
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"
|