pkgsrc/devel/p5-PAR/Makefile
sno 10adec7ed8 Updating package for p5 module PAR (Perl Archive Toolkit) from 0.992nb1
to 0.994

pkgsrc changes:
  - Adding license information
  - Adjusting dependencies according to META.yml

Upstream changce since 0.992:
[Changes for 0.994 - Jul 23, 2009]
  - Fix for the PAR::Heavy fix to the INC priority handling.

[Changes for 0.993 - Jul 19, 2009]
  - The priority (fallback=>0) repositories should look at @PAR_INC
    for the loaded PARs instead of @PAR_INC_LAST.
  - Don't reload from a downloaded .par file after installing it
    via "upgrade".
  - Band-aid fix for the loading priority of shared librares from
    PAR files: Try PAR's first, the local stuff, then fallback-PARs.
  - Initial support for running external perl scripts from a packaged
    interpreter.
2009-08-09 12:27:31 +00:00

28 lines
906 B
Makefile

# $NetBSD: Makefile,v 1.13 2009/08/09 12:27:31 sno Exp $
#
DISTNAME= PAR-0.994
PKGNAME= p5-${DISTNAME}
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+= 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
MAKE_PARAMS= --skipdeps
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"