Update dns/nsd to version 4.0.3
[dports.git] / dns / rubygem-public_suffix / Makefile
1 # Created by: Steve Wills <swills@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       public_suffix
5 PORTVERSION=    1.3.3
6 CATEGORIES=     dns rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Parse and decompose a domain name into top level domain, 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>