freebsd-ports/dns/rubygem-idn-ruby/Makefile
Yuri Victorovich 2f31716e5c dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.

PR:		228048
2019-04-02 03:35:54 +00:00

20 lines
273 B
Makefile

# $FreeBSD$
PORTNAME= idn-ruby
PORTVERSION= 0.1.0
PORTREVISION= 2
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= LibIDN Ruby Bindings
LICENSE= APACHE20
LIB_DEPENDS= libidn.so:dns/libidn
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>