opnsense-ports/devel/rubygem-ruby-ole/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

22 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>