94e5eccc6f
TIE depreciated Many long-awaited cleanups and bug fixes. Memoize now works under threaded perl Slow tests speeded up. More test file improvements. Long-standing LIST_CACHE bug cleared up Manual increased.
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/08/10 12:17:00 mjl Exp $
|
|
#
|
|
|
|
DISTNAME= Memoize-0.65
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Memoize/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://perl.plover.com/
|
|
COMMENT= Transparently speed up functions by caching return values
|
|
|
|
USE_PERL5= # defined
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Memoize/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|