1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add NO_ARCH

- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-01 19:29:07 +00:00
parent dc4a34e11a
commit c5c1938867
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395791

View File

@ -3,6 +3,7 @@
PORTNAME= xmlscan
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= textproc ruby
MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -13,7 +14,11 @@ COMMENT= High-performance non-validating XML parser written in 100% pure Ruby
USE_RUBY= yes
NO_ARCH= yes
NO_BUILD= yes
USES= shebangfix
SHEBANG_FILES= samples/xmlbench.rb \
samples/xmlconftest.rb
DOCS_EN= ChangeLog \
README \