1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/p5-Memoize/Makefile
Anton Berezin 8a07d2d7af Update to 1.03.
Also convert to new header layout.

Changes in 1.03: http://cpansearch.perl.org/src/MJD/Memoize-1.03/Changes

Feature safe:	yes
2012-10-31 10:39:49 +00:00

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>