diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-31 08:43:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-31 08:43:31 +0800 |
commit | f3dd906daa8c49d765c16ed8bbacd0e22333f47d (patch) | |
tree | bdce9556ebc6d0ef88a3315e2e88f4d05b50f483 /www/Makefile | |
parent | cadb855b83c846e61c2618e04a3f953a6a26b9de (diff) | |
download | freebsd-ports-gnome-f3dd906daa8c49d765c16ed8bbacd0e22333f47d.tar.gz freebsd-ports-gnome-f3dd906daa8c49d765c16ed8bbacd0e22333f47d.tar.zst freebsd-ports-gnome-f3dd906daa8c49d765c16ed8bbacd0e22333f47d.zip |
YOURLS is a small set of PHP scripts that will allow you
to run your own URL shortening service (a la TinyURL).
You can make it private or public, you can pick custom
keyword URLs, it comes with its own API.
WWW: http://yourls.org/
PR: ports/143316
Submitted by: Joe Horn <joehorn at gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a649dda151d1..01de45c10ab5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1858,6 +1858,7 @@ SUBDIR += yanopaste SUBDIR += yaws SUBDIR += yii + SUBDIR += yourls SUBDIR += youtube_dl SUBDIR += yuicompressor SUBDIR += zend-framework |