Tweak dns/idnkit version 1.0_3
[dports.git] / dns / rubygem-public_suffix_service / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       public_suffix_service
5 PORTVERSION=    0.9.1
6 CATEGORIES=     dns rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Parse and decompose domain names into TLD, domain, and subdomains
11
12 LICENSE=        MIT
13
14 USE_RUBY=       yes
15 USE_RUBYGEMS=   yes
16 RUBYGEM_AUTOPLIST=      yes
17
18 .include <bsd.port.mk>