mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
2f67be265d
- Bump PORTREVISION for package change
22 lines
429 B
Makefile
22 lines
429 B
Makefile
# Created by: Alex Kapranoff <kapr@crosswinds.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tie-Cache
|
|
PORTVERSION= 0.19
|
|
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
|
|
|
|
INSTALL_TARGET= pure_install
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= configure
|
|
|
|
SHEBANG_FILES= tie-cache-bench.pl
|
|
|
|
.include <bsd.port.mk>
|