pkgsrc/devel/p5-Rose-Object/Makefile
sno a43acbd3dc Updating devel/p5-Rose-Object from 0.856 to 0.858
pkgsrc changes:
- Ensure non-executable modules

Upstream changes:
0.858 (02.10.2010) - John Siracusa <siracusa@gmail.com>
    * The CPAN shell in 5.10.1 (on Mac OS X, anyway) chokes on the
      t/debugger.t test.  I've moved it to the xt directory.

0.857 (02.09.2010) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that caused methods to be created more than once,
      triggering a fatal error, when running under the debugger in
      perl 5.10.1 and up.  (RT 54444, patch by Christopher Masto)
2010-02-15 17:58:29 +00:00

21 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.10 2010/02/15 17:58:29 sno Exp $
DISTNAME= Rose-Object-0.858
PKGNAME= p5-${DISTNAME:S/854/85.4/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Rose-Object/
COMMENT= Very simple class base class used by Rose objects
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Rose/Object/.packlist
post-extract:
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"