because devel/p5-Parallel-Prefork depends on this. The module is a variant of "Class::Accessor". It is fast and requires less typing, has no dependencies to other modules, and does not mess up the @ISA.
19 lines
571 B
Makefile
19 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/10/27 07:56:16 hiramatsu Exp $
|
|
|
|
DISTNAME= Class-Accessor-Lite-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-Accessor-Lite/
|
|
COMMENT= Minimalistic variant of Class::Accessor
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Class/Accessor/Lite/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|