diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-11 06:57:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-11 06:57:19 +0800 |
commit | 40228b22705cd5a5c39233a5b6638238200dba52 (patch) | |
tree | 505a303a24872f7c000199d217361aad484efcaf | |
parent | 5a6978aea0704a1615839ea7fad525fafecb12a3 (diff) | |
download | freebsd-ports-gnome-40228b22705cd5a5c39233a5b6638238200dba52.tar.gz freebsd-ports-gnome-40228b22705cd5a5c39233a5b6638238200dba52.tar.zst freebsd-ports-gnome-40228b22705cd5a5c39233a5b6638238200dba52.zip |
- Add LICENSE_FILE
- Add NO_ARCH
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
-rw-r--r-- | net/rubygem-rbvmomi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/rubygem-rbvmomi/Makefile b/net/rubygem-rbvmomi/Makefile index 88a6a3cbfac3..5cc5fbebbe67 100644 --- a/net/rubygem-rbvmomi/Makefile +++ b/net/rubygem-rbvmomi/Makefile @@ -3,6 +3,7 @@ PORTNAME= rbvmomi PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,14 +11,18 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby interface to the VMware vSphere API LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \ rubygem-nokogiri>=1.4.1:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-trollop>=0:${PORTSDIR}/devel/rubygem-trollop \ +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= examples/run.sh PLIST_FILES= bin/rbvmomish |