1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/dns/rubygem-simpleidn/Makefile
2021-04-06 16:31:07 +02:00

21 lines
418 B
Makefile

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