freebsd-ports/devel/rubygem-ruby-ole/Makefile
Alexander Logvinov 29c6893e43 - Re-assign all my ruby* ports to ruby@
Discussed with:	pgollucci, stas
2010-12-08 23:08:04 +00:00

23 lines
476 B
Makefile

# New ports collection makefile for: rubygem-ruby-ole
# Date created: 30 October 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= ruby-ole
PORTVERSION= 1.2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A library for easy read/write access to OLE compound documents
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/oletool
.include <bsd.port.mk>