freebsd-ports/devel/p5-Memoize-ExpireLRU/Makefile
2013-10-30 14:44:54 +00:00

17 lines
345 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= Memoize-ExpireLRU
PORTVERSION= 0.55
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Expiry plug-in for Memoize that adds LRU cache expiration
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>