c3bc0afe60
- v0.4.2 Thu Mar 8 15:53:35 CST 2018 Modify git tests to be language-agnostic (hack regex rather than try to set the LC to C so that folks can read the test results). - v0.4.1 Thu Mar 8 15:00:08 CST 2018 Cleaned up packaging in the git tests. Non-URL git tests should now be portable. Still figuring out reliable way to test the URL handling (e.g., without a network). Any fix I can think of won't be portable to Windows due to lack of filesystem sockets. - v0.4.0 Allows defining arguments for tball & url, takes first one that works. POD for PREOP in Makefile.PL for auto-generating repo tarball. Git still needs testing, especially on Windows. Interface shouldn't change much at this point, main issue will be making the url-clone approach work and validating all of the ways that tarballs can fail. - v0.3.1 Test cleanups (mainly botched check for existing git executable). Start adding extract git from tarball of .git or url. - v0.3.0 Wed Mar 7 21:52:37 CST 2018 POD & tests for Git, enough hacks on the Git module that it works with the tests (Caveat Emptor). Fix bug of $ENV{ PERL_VERSION } not being parsed and numified. Minor clenaups. Make consistent use of extractor's "value" method rater than looking directly into the hash. Extract::value rejects false keys (used to be only undefined). Bump the module versions up a notch to 0.1.0 since the tests pass and it all seems to do something at this point. - v0.2.0 Tue Mar 6 19:18:15 CST 2018 POD Bump version.
21 lines
694 B
Makefile
21 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/03/11 10:18:41 wiz Exp $
|
|
|
|
DISTNAME= Module-FromPerlVer-0.004002
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Module-FromPerlVer/
|
|
COMMENT= Install modules compatible with the running perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
# 3 test failures in 0.004002
|
|
|
|
PERL5_PACKLIST= auto/Module/FromPerlVer/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|