pkgsrc/devel/p5-UNIVERSAL-require/Makefile
sno f392969ccd PkgSrc changes:
- Updating package for p5 module of UNIVERSAL::require from 0.11 to 0.13
  - Setting license to gnu-gpl-v2

Upstream changes:
0.13  Mon Mar 30 17:50:10 BST 2009
    Bug Fixes
    * $module->require now always resets $@ which removes a trap of using $@
      to indicate an error, rather than checking $module->require directly.
      [rt.cpan.org 44444]

0.12  Mon Mar 30 10:53:51 BST 2009
    Test Fixes
    * bleadperl introduced a new warning deprecating "use UNIVERSAL"
      (thank goodness) which interfered with t/require.t
2009-04-30 21:49:08 +00:00

19 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/04/30 21:49:08 sno Exp $
DISTNAME= UNIVERSAL-require-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/}
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UNIVERSAL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/UNIVERSAL-require/
COMMENT= Perl module to require() from a variable
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/UNIVERSAL/require/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"