freebsd-ports/devel/p5-Tie-Cache/Makefile
2021-04-06 16:31:07 +02:00

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>