pkgsrc/devel/p5-autobox-Core/Makefile
wen fc1e40aeb6 Update to 1.32
Update DEPENDS

Upstream changes:
1.32
    Docs
    - Corrected spelling mistake (thanks again Gregor Herrmann)

1.31
    Docs
    - Corrected spelling mistake (thanks Gregor Herrmann)
    - Document that strings work as regexen (thanks jarich)

    New Features
    - Call backtick() qx() instead (but keep backtick around) (thanks jarich)

    Incompatible Changes
    - s() now returns the modified string or success/fail depending on context

    Fix
    - m() and nm() were failing to signal failure (thanks grtodd!)
2016-04-08 13:36:23 +00:00

20 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.13 2016/04/08 13:36:23 wen Exp $
DISTNAME= autobox-Core-1.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/autobox-Core/
COMMENT= Perl 5 module adding core built-in functions in primitive types
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/autobox/Core/.packlist
DEPENDS+= p5-autobox>=2.71:../../devel/p5-autobox
DEPENDS+= p5-Want>=0.26:../../devel/p5-Want
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"