aboutsummaryrefslogtreecommitdiff
path: root/dns/rubygem-idn-ruby/Makefile
blob: 409c0e1d680b8842d5569893031d34ba8bdcc46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>