freebsd-ports/net/rubygem-domain_name/Makefile
2015-10-08 18:44:10 +00:00

21 lines
408 B
Makefile

# Created by: MIHIRA Yoshiro <sanpei@FreeBSD.org>
# $FreeBSD$
PORTNAME= domain_name
PORTVERSION= 0.5.25
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Domain Name manipulation library for ruby
LICENSE= BSD2CLAUSE
RUN_DEPENDS= rubygem-unf>=0.0.5:${PORTSDIR}/textproc/rubygem-unf
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>