aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-linguistics/Makefile
blob: 24c2e19740fe26220caf2adefa495296e846a152 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$

PORTNAME=	linguistics
PORTVERSION=	2.0.3
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Framework for extending Ruby objects with linguistic methods

RUN_DEPENDS=	rubygem-loggability>=0.7:${PORTSDIR}/textproc/rubygem-loggability

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>