mirror of https://git.FreeBSD.org/ports.git
19 lines
322 B
Makefile
19 lines
322 B
Makefile
PORTNAME= idn-ruby
|
|
PORTVERSION= 0.1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= LibIDN Ruby Bindings
|
|
WWW= https://github.com/deepfryed/idn-ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libidn.so:dns/libidn
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|