svn commit: r333325 - head/devel/p5-Tie-Cache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 9 19:06:53 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list