opnsense-ports/devel/rubygem-ruby-ole/Makefile
Franco Fichtner 7618afa158 */*: sync with upstream
Taken from: FreeBSD
2017-04-04 18:52:59 +02:00

24 lines
440 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= ruby-ole
PORTVERSION= 1.2.12.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
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
USES= gem shebangfix
SHEBANG_FILES= bin/oletool \
test/*.rb
PLIST_FILES= bin/oletool
.include <bsd.port.mk>