mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
8a07d2d7af
Also convert to new header layout. Changes in 1.03: http://cpansearch.perl.org/src/MJD/Memoize-1.03/Changes Feature safe: yes
26 lines
500 B
Makefile
26 lines
500 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Memoize
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MJD
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Transparently speed up perl functions by caching return values
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Memoize.3 \
|
|
Memoize::AnyDBM_File.3 \
|
|
Memoize::Expire.3 \
|
|
Memoize::ExpireFile.3 \
|
|
Memoize::ExpireTest.3 \
|
|
Memoize::NDBM_File.3 \
|
|
Memoize::SDBM_File.3 \
|
|
Memoize::Storable.3
|
|
|
|
.include <bsd.port.mk>
|