1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/p5-Tie-Cache/Makefile
Sunpoet Po-Chuan Hsieh 2f67be265d - Fix shebang
- Bump PORTREVISION for package change
2013-11-09 19:06:52 +00:00

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>