blob: c10b1771887264ff757323c68595807d80952f92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
PORTNAME= idn-ruby
PORTVERSION= 0.1.0
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= LibIDN Ruby Bindings
LICENSE= APACHE20
LIB_DEPENDS= libunwind.so:devel/libunwind \
libidn.so:dns/libidn
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>
|