mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f5b82fed07
- Bump PORTREVISION for dependency change
20 lines
273 B
Makefile
20 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= idn-ruby
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
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>
|