pkgsrc/devel/p5-Module-FromPerlVer/Makefile
wiz 1d51c54885 p5-Module-FromPerlVer: update to 0.000004.
--  v0.0.4 Sat Mar  3 22:51:10 CST 2018

    Modify tests, separate require from calling import.

    Report version of module loaded via require to isolate
    which version is not parsable by 5.8.

--  v0.0.3 Fri Mar  2 14:19:47 CST 2018

    Makefile.PL, add missing dependencies.

--  v0.0.2 Thu Mar  1 13:45:34 CST 2018

    Add handling for Git, split low-level functions
    for acquiring data into Dir and Git classes.

    Utility functions have a few changed names to make
    them consistent with switching between subdir and
    git tags.

    Git is largely untested.

    Added tests & sanity checks.
2018-03-04 11:15:22 +00:00

18 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/03/04 11:15:22 wiz Exp $
DISTNAME= Module-FromPerlVer-0.000004
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
PERL5_PACKLIST= auto/Module/FromPerlVer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"