freebsd-ports/dns/rubygem-simpleidn/Makefile
Sunpoet Po-Chuan Hsieh 7871ffbfbe Update to 0.1.1
Changes:	https://github.com/mmriis/simpleidn/commits/master
PR:		227152
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2018-04-01 21:45:03 +00:00

21 lines
430 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
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>