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

MAINTAINER=	douglas@douglasthrift.net
COMMENT=	Easy conversion from IDNA strings to unicode strings and vice-versa

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENCE

RUN_DEPENDS=	rubygem-unf>=0.1.4:textproc/rubygem-unf

NO_ARCH=	yes
USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>