e747e5625a
0.50 2017-10-20 Thanks to Jonas B. Nielsen for working through the RT queue. - patch for speed increase RT#84838 - patch for faster constructor RT#57353 - fixed typos for RT#61304 and RT#86422
16 lines
459 B
Makefile
16 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.26 2017/11/08 16:27:03 wiz Exp $
|
|
|
|
DISTNAME= Class-Accessor-0.51
|
|
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/
|
|
COMMENT= Automated accessor generation
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Class/Accessor/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|