Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 12:26:41 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387937 - head/devel/p5-BS-Event
Message-ID:  <201505301226.t4UCQfSM061535@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May 30 12:26:40 2015
New Revision: 387937
URL: https://svnweb.freebsd.org/changeset/ports/387937

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/devel/p5-BS-Event/Makefile

Modified: head/devel/p5-BS-Event/Makefile
==============================================================================
--- head/devel/p5-BS-Event/Makefile	Sat May 30 12:26:09 2015	(r387936)
+++ head/devel/p5-BS-Event/Makefile	Sat May 30 12:26:40 2015	(r387937)
@@ -3,7 +3,7 @@
 
 PORTNAME=	BS-Event
 PORTVERSION=	0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ELMEX
@@ -17,8 +17,11 @@ LICENSE_COMB=	dual
 
 OPTIONS_DEFINE=	EXAMPLES
 
+NO_ARCH=	yes
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	samples/simple_example
+perl_OLD_CMD=	/opt/perl/bin/perl
 
 PORTEXAMPLES=	simple_example
 



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