svn commit: r387937 - head/devel/p5-BS-Event
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 30 12:26:41 UTC 2015
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
More information about the svn-ports-head
mailing list