Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Tie-Cache / Makefile
1 # Created by: Alex Kapranoff <kapr@crosswinds.net>
2 # $FreeBSD$
3
4 PORTNAME=       Tie-Cache
5 PORTVERSION=    0.21
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:CHAMAS
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        LRU Cache in Memory through a tie interface
14
15 INSTALL_TARGET= pure_install
16 USES=           perl5 shebangfix
17 USE_PERL5=      configure
18
19 SHEBANG_FILES=  tie-cache-bench.pl
20
21 .include <bsd.port.mk>