pkgsrc/devel/p5-PAR-Dist/Makefile

44 lines
1.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2009/08/09 12:38:48 sno Exp $
#
DISTNAME= PAR-Dist-0.46
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5moi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PAR-Dist/
COMMENT= Perl module toolkit to create and manipulate PAR distributions
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Archive-Zip>1.28:../../archivers/p5-Archive-Zip
DEPENDS+= p5-Module-Signature>=0.25:../../security/p5-Module-Signature
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
Update from version 0.31nb1 to 0.40. Pkgsrc changes: o Add p5-Archive-Zip as build dependency (for tests) Upstream changes: ____________________________________________________________________________ By: smueller on 2008/10/27 * Rewrite parts of the install_par docs. * Add the esoteric auto_inst_lib_conversion parameter to install_par. * This is 0.40. ____________________________________________________________________________ By: smueller on 2008/10/21 * Add the "verbose" option to install_par and uninstall_par. * Add the "uninstall_shadows" option to install_par. * This is 0.39. ____________________________________________________________________________ By: smueller on 2008/10/16 * Fix _check_tools() to use *Foo{THING} syntax instead of \&{}. * This is 0.38. ____________________________________________________________________________ By: smueller on 2008/10/08 * Fix the "Skip 03merge_meta tests if no A::Zip nor zip/unzip found." logic. * Add more debug output to debug mode (system calls). * Add internal _check_tools() sub which checks the availability of various required tools (yaml, zip). * This is 0.37. ____________________________________________________________________________ By: smueller on 2008/09/30 * Skip 03merge_meta tests if no YAML *DUMPER* could be found. * Better debug output for the YAML-search. * This is 0.36. ____________________________________________________________________________ By: smueller on 2008/09/30 * Skip 03merge_meta tests if no A::Zip nor zip/unzip found. * Better error messages from _zip/_unzip * This is 0.35. ____________________________________________________________________________ By: smueller on 2008/09/24 * Do not fail if _zip() doesn't return true, doh! * This is 0.34. ____________________________________________________________________________ By: smueller on 2008/09/17 * Better diagnostics for the CPAN testers test failures. * Extra -f check in _merge_meta. * This is 0.33. ____________________________________________________________________________ By: smueller on 2008/09/12 * Version bump, fix tests. * This is 0.32. ____________________________________________________________________________ By: smueller on 2008/09/01 * merge_par now requires a (i.e. any) YAML reader * merge_par now merges the "provides" sections of the META.yml's * blib_to_par now accepts a "quiet" option
2008-11-17 05:20:50 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/PAR/Dist/.packlist
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-PAR-Dist
PKG_SUPPORTED_OPTIONS+= # empty
PKG_SUGGESTED_OPTIONS+= # empty
PKG_OPTIONS_REQUIRED_GROUPS= YAML
PKG_OPTIONS_GROUP.YAML= YAML LibYAML YAML-Tiny
PKG_SUGGESTED_OPTIONS= LibYAML
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:MYAML-Tiny)
BUILD_DEPENDS+= p5-YAML-Tiny>=1.25:../../textproc/p5-YAML-Tiny
.elif !empty(PKG_OPTIONS:MLibYAML)
BUILD_DEPENDS+= p5-YAML-LibYAML>=0.03:../../textproc/p5-YAML-LibYAML
.elif !empty(PKG_OPTIONS:MYAML)
BUILD_DEPENDS+= p5-YAML>=0.60:../../textproc/p5-YAML
.endif
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"