freebsd-ports/net/rubygem-domain_name/Makefile
MIHIRA Sanpei Yoshiro f1ece54119 This is a domain name manipulation library for Ruby. It can also be
used for cookie domain validation based on the Public Suffix List.

Reviewed by:	swills
2012-04-15 13:32:32 +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.2
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>