freebsd-ports/devel/p5-Memoize/Makefile
Philip M. Gollucci 7368b727ec - Update to 1.02
- Remove MD5

PR:             ports/152696
Submitted by:   wen
Approved by:    maintainer timeout (tobez ; 27 days)
Changes:        http://search.cpan.org/dist/Memoize/Changes
2010-12-28 02:34:53 +00:00

34 lines
753 B
Makefile

# New ports collection makefile for: devel/p5-Memoize
# Date created: 12 October 2001
# Whom: tobez
#
# $FreeBSD$
#
PORTNAME= Memoize
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Transparently speed up perl functions by caching return values
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS= ${BUILD_DEPENDS}
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
post-patch:
${PERL} -pi -e '$$_=";" if /warnings::/' ${WRKSRC}/Memoize.pm
.include <bsd.port.mk>