freebsd-ports/dns/rubygem-idn-ruby/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
260 B
Makefile

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>