blob: 4a60139ec28693298c07f3b620248cdf746ecd5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Alex Kapranoff <kapr@crosswinds.net>
PORTNAME= Tie-Cache
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHAMAS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= LRU Cache in Memory through a tie interface
USES= perl5 shebangfix
USE_PERL5= configure
INSTALL_TARGET= pure_install
NO_ARCH= yes
SHEBANG_FILES= tie-cache-bench.pl
.include <bsd.port.mk>
|