diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-29 21:24:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-29 21:24:01 +0000 |
commit | 253904a6ae218a11146d9f27ca5b98532e755995 (patch) | |
tree | a0189ea4430773935e1066f597fa7986dbe957d0 /dns | |
parent | 9f9b2ecda41408b34529f34ea7f4aa8361279df7 (diff) | |
download | ports-253904a6ae218a11146d9f27ca5b98532e755995.tar.gz ports-253904a6ae218a11146d9f27ca5b98532e755995.zip |
- Add LICENSE
- Update GitHub repository link
Notes
Notes:
svn path=/head/; revision=335226
Diffstat (limited to 'dns')
-rw-r--r-- | dns/rubygem-public_suffix_service/Makefile | 2 | ||||
-rw-r--r-- | dns/rubygem-public_suffix_service/pkg-descr | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index a2126ff7808c..d473f436a9b6 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse and decompose domain names into TLD, domain, and subdomains +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/dns/rubygem-public_suffix_service/pkg-descr b/dns/rubygem-public_suffix_service/pkg-descr index b7acc456d2be..75c225aeebd2 100644 --- a/dns/rubygem-public_suffix_service/pkg-descr +++ b/dns/rubygem-public_suffix_service/pkg-descr @@ -12,6 +12,7 @@ A "public suffix" is one under which Internet users can directly register names. Some examples of public suffixes are ".com", ".co.uk" and "pvt.k12.wy.us". The Public Suffix List is a list of all known public suffixes. +GitHub repository is at https://github.com/weppos/publicsuffix-ruby + WWW: http://www.simonecarletti.com/code/public_suffix_service RG: https://rubygems.org/gems/public_suffix_service -Github: https://github.com/weppos/public_suffix_service |