blob: fce1b20c509ab22bb50f9f99a08f8bc20d40cc72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Alex Kapranoff <kapr@crosswinds.net>
# $FreeBSD$
PORTNAME= Tie-Cache
PORTVERSION= 0.19
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
INSTALL_TARGET= pure_install
USES= perl5
USE_PERL5= configure
MAN3= Tie::Cache.3
.include <bsd.port.mk>
|