Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 19:06:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333325 - head/devel/p5-Tie-Cache
Message-ID:  <201311091906.rA9J6ruQ098462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov  9 19:06:52 2013
New Revision: 333325
URL: http://svnweb.freebsd.org/changeset/ports/333325

Log:
  - Fix shebang
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Tie-Cache/Makefile

Modified: head/devel/p5-Tie-Cache/Makefile
==============================================================================
--- head/devel/p5-Tie-Cache/Makefile	Sat Nov  9 18:57:33 2013	(r333324)
+++ head/devel/p5-Tie-Cache/Makefile	Sat Nov  9 19:06:52 2013	(r333325)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Tie-Cache
 PORTVERSION=	0.19
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CHAMAS
@@ -12,7 +13,9 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	LRU Cache in Memory through a tie interface
 
 INSTALL_TARGET=	pure_install
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
 
+SHEBANG_FILES=	tie-cache-bench.pl
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311091906.rA9J6ruQ098462>