diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-24 19:42:03 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-24 19:42:03 +0000 |
commit | 493dade89fb88ade9af7d7d72ea879d089193747 (patch) | |
tree | 1ede5ad64c5506f86ad25c965eadd0b12f1d83f0 /misc/Makefile | |
parent | 220945374a99129b2c1ae912fe04957b358200b6 (diff) | |
download | FreeBSD-ports-493dade89fb88ade9af7d7d72ea879d089193747.zip FreeBSD-ports-493dade89fb88ade9af7d7d72ea879d089193747.tar.gz |
Add countrycodes.
Countrycodes is an ISO 3166 country code finder. It is mainly used to know
the country a domain name belongs to. It also allows searching by 2 or 3
letters codes, country number and country name.
WWW: http://www.grigna.com/diego/linux/countrycodes/
PR: ports/83830
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 5bbbeb9..08d21dc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -44,6 +44,7 @@ SUBDIR += compat22 SUBDIR += compat3x SUBDIR += compat4x + SUBDIR += countrycodes SUBDIR += cpuid SUBDIR += crosspad SUBDIR += cs |