aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Memoize/Makefile
blob: 7e607b725dc07f8fb1d6cc92ec450f60d4c9b5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $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

USES=       perl5
USE_PERL5=  configure

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>