pkgsrc/devel/p5-constant/Makefile
wiz 9cb1c7490b Update to 1.27:
1.27    2013.03.21    SAPER (Sébastien Aperghis-Tramoni)
        [CODE] Updated from bleadperl:
         - Remove a reference to a non-existent module (Karl Williamson)
         - Make utf8 downgrading version dependent in order to avoid
           unconditional loading of utf8_heavy.pl (Brad Gilbert)

1.25    2013.01.19    SAPER (Sébastien Aperghis-Tramoni)
        [CODE] Updated from bleadperl:
         - Remove 5.6-isms (Sébastien Aperghis-Tramoni)

1.24    2013.01.07    SAPER (Sébastien Aperghis-Tramoni)
        [CODE] Updated from bleadperl:
         - Disable the UTF8 downgrade when unnecessary (Father Chrysostomos)
         - Restore compatibility with Perl 5.8 (Sébastien Aperghis-Tramoni)
         - Skip t/utf8.t on Perl before 5.8.4 (Sébastien Aperghis-Tramoni)
        [DIST] Perl-RT #114050: Added meta-information in Makefile.PL to
        reflect that the module is maintained by P5P.
2013-12-02 12:11:52 +00:00

19 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/12/02 12:11:52 wiz Exp $
DISTNAME= constant-1.27
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=constant/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/constant/
COMMENT= Perl pragma to declare constants
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/constant/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"