22 lines
431 B
Makefile
22 lines
431 B
Makefile
# 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>
|