20 lines
369 B
Makefile
20 lines
369 B
Makefile
PORTNAME= simpleidn
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 02
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Easy conversion from IDNA strings to unicode strings and vice-versa
|
|
WWW= https://github.com/mmriis/simpleidn
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
PORTSCOUT= limit:^0\.2\.
|
|
|
|
.include <bsd.port.mk>
|