mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
19 lines
289 B
Makefile
19 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= idn-ruby
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= dns rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= jrm@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>
|