Po-Chuan Hsieh c87f010d2b
dns/rubygem-simpleidn: Fix gemspec for rubygem-unf 0.2.0 update
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
With hat:	ruby
2024-09-09 02:40:28 +08:00

20 lines
404 B
Makefile

PORTNAME= simpleidn
PORTVERSION= 0.1.1
PORTREVISION= 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>