640e6970c2
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
22 lines
589 B
Makefile
22 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/11/17 04:20:50 he Exp $
|
|
#
|
|
|
|
DISTNAME= PAR-Dist-0.40
|
|
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
|
|
|
|
BUILD_DEPENDS+= p5-Archive-Zip>0:../../archivers/p5-Archive-Zip
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/PAR/Dist/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|