svn commit: r387753 - head/textproc/p5-Text-ASCIITable
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 18:14:50 UTC 2015
Author: amdmi3
Date: Thu May 28 18:14:49 2015
New Revision: 387753
URL: https://svnweb.freebsd.org/changeset/ports/387753
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/textproc/p5-Text-ASCIITable/Makefile
Modified: head/textproc/p5-Text-ASCIITable/Makefile
==============================================================================
--- head/textproc/p5-Text-ASCIITable/Makefile Thu May 28 18:14:43 2015 (r387752)
+++ head/textproc/p5-Text-ASCIITable/Makefile Thu May 28 18:14:49 2015 (r387753)
@@ -3,7 +3,7 @@
PORTNAME= Text-ASCIITable
PORTVERSION= 0.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +14,10 @@ COMMENT= Create a nice formatted table u
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= ansi-example.pl
USE_PERL5= modbuild
+NO_ARCH= yes
OPTIONS_DEFINE= EXAMPLES
More information about the svn-ports-all
mailing list