opnsense-ports/devel/rubygem-ruby-ole/Makefile
Franco Fichtner 292c1f4024 */*: sync with upstream
Taken from: FreeBSD
2015-09-11 10:06:41 +02:00

27 lines
493 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= ruby-ole
PORTVERSION= 1.2.11.8
PORTREVISION= 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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= bin/oletool \
test/*.rb
PLIST_FILES= bin/oletool
.include <bsd.port.mk>