opnsense-ports/dns/rubygem-simpleidn/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
388 B
Makefile

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
WWW= https://github.com/mmriis/simpleidn
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= rubygem-unf>=0.1.4:textproc/rubygem-unf
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>