01e03b47c6
- Updating package for p5 module Class::Accessor from 0.31 to 0.33 Upstream changes: 0.33 Tue May 5 00:15:09 JST 2009 - small cleanups to fix RT#45592 and RT#43493 0.32 Tue Jun 10 10:31:06 JST 2008 - use Sub::Name to give names to anon subs to fix RT#17856
20 lines
532 B
Makefile
20 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/05/17 17:31:29 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Class-Accessor-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cac
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Accessor/
|
|
COMMENT= Automated accessor generation
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Class/Accessor/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|