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

25 lines
438 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= ruby-ole
PORTVERSION= 1.2.12
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>