blob: 6e6a00c4f6a09c42ce73cfe11884fbf3cb1c064e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= ruby-ole
PORTVERSION= 1.2.12.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for easy read/write access to OLE compound documents
WWW= https://github.com/aquasync/ruby-ole
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gem shebangfix
NO_ARCH= yes
PLIST_FILES= bin/oletool
SHEBANG_FILES= bin/oletool \
test/*.rb
.include <bsd.port.mk>
|