svn commit: r387757 - head/science/p5-Chemistry-File-SMILES
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 28 18:15:03 UTC 2015
Author: amdmi3
Date: Thu May 28 18:15:01 2015
New Revision: 387757
URL: https://svnweb.freebsd.org/changeset/ports/387757
Log:
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/science/p5-Chemistry-File-SMILES/Makefile
Modified: head/science/p5-Chemistry-File-SMILES/Makefile
==============================================================================
--- head/science/p5-Chemistry-File-SMILES/Makefile Thu May 28 18:14:59 2015 (r387756)
+++ head/science/p5-Chemistry-File-SMILES/Makefile Thu May 28 18:15:01 2015 (r387757)
@@ -3,7 +3,7 @@
PORTNAME= Chemistry-File-SMILES
PORTVERSION= 0.47
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ITUB
@@ -21,7 +21,10 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTS
p5-Chemistry-Canonicalize>=0:${PORTSDIR}/science/p5-Chemistry-Canonicalize \
p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= write.pl
+perl_OLD_CMD= /home/ivan/bin/perl
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list