f1ece54119
used for cookie domain validation based on the Public Suffix List. Reviewed by: swills
21 lines
457 B
Makefile
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>
|