aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby-ole/Makefile
blob: 77caf0d8846e48a0c152bff4dbec8b006bc30c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.10
CATEGORIES=	devel rubygems
MASTER_SITES=	RF

MAINTAINER=	avl@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>