aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-emot/Makefile
blob: e981cf1f1d86d75dd08490615e652bf806ffac02 (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

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

PLIST_FILES=    bin/emot

.include <bsd.port.mk>