summaryrefslogtreecommitdiff
path: root/textproc/rubygem-abbrev/Makefile
blob: ef116ff8ea78944078df91900c089fe59d1784e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	abbrev
PORTVERSION=	0.1.2
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Calculate a set of unique abbreviations for a given set of strings
WWW=		https://github.com/ruby/abbrev

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>