freebsd-ports/devel/rubygem-ruby-ole/Makefile

23 lines
403 B
Makefile

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>