aboutsummaryrefslogblamecommitdiff
path: root/dns/rubygem-public_suffix/Makefile
blob: 762a4af10881a80d33065a1f0a62dda008f9958b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                              
                     





                                                                                              

                   




                           
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	public_suffix
PORTVERSION=	1.4.6
CATEGORIES=	dns rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Parse and decompose a domain name into top level domain, domain and subdomains

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>