diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-ruby-ole/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/rubygem-ruby-ole/Makefile b/devel/rubygem-ruby-ole/Makefile index b564455abbc5..27b5185baebd 100644 --- a/devel/rubygem-ruby-ole/Makefile +++ b/devel/rubygem-ruby-ole/Makefile @@ -3,6 +3,7 @@ PORTNAME= ruby-ole PORTVERSION= 1.2.11.8 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,12 +11,16 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library for easy read/write access to OLE compound documents LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/oletool \ + test/*.rb PLIST_FILES= bin/oletool |