Files

19 lines
322 B
Makefile
Raw Permalink Normal View History

PORTNAME= idn-ruby
2022-12-30 16:53:06 +08:00
PORTVERSION= 0.1.5
2024-05-02 14:06:58 +01:00
PORTREVISION= 1
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= LibIDN Ruby Bindings
2022-09-07 23:06:12 +02:00
WWW= https://github.com/deepfryed/idn-ruby
LICENSE= APACHE20
2021-07-06 23:00:14 +08:00
LICENSE_FILE= ${WRKSRC}/LICENSE
2017-10-05 09:49:49 +00:00
LIB_DEPENDS= libidn.so:dns/libidn
USES= gem
.include <bsd.port.mk>