aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-emot/Makefile
blob: 21219003f2afa7e92ac68e92f118c7472c08d766 (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
# $FreeBSD$

PORTNAME=	emot
PORTVERSION=	0.0.4
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Yet another emoji handler

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-thor>=0:devel/rubygem-thor

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/emot

.include <bsd.port.mk>