freebsd-ports/devel/p5-Memoize-ExpireLRU/Makefile
Sunpoet Po-Chuan Hsieh 0397576f3e - Add LICENSE
- Remove Author line
- Reformat pkg-descr
- Take maintainership
2014-05-04 12:52:19 +00:00

20 lines
388 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= sunpoet@FreeBSD.org
COMMENT= Expiry plug-in for Memoize that adds LRU cache expiration
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>