blob: 22d14cea0fea77c5638f0c011921360a9a30fa02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= idn-ruby
PORTVERSION= 0.1.4
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= LibIDN Ruby Bindings
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libidn.so:dns/libidn
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>
|