freebsd-ports/net/rubygem-domain_name/Makefile
2012-06-10 16:56:33 +00:00

21 lines
457 B
Makefile

# Ports collection makefile for: rubygem-domain_name
# Date created: 31 Mar 2012
# Whom: MIHIRA Yoshiro <sanpei@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= domain_name
PORTVERSION= 0.5.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Domain Name manipulation library for ruby
RUN_DEPENDS= rubygem-unf>=0.0.3:${PORTSDIR}/textproc/rubygem-unf
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>