aboutsummaryrefslogtreecommitdiff
path: root/security/cryptstring
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-30 19:04:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-06-30 19:04:24 +0000
commit8ac33e4d4c68b57e4f3212a1f04ca8a33e18ba2c (patch)
tree49c87b23ce29544e933d8f3b29b23e60e24c94a5 /security/cryptstring
parent2140215661c74f6c9fd837acf3b55b8fd9570210 (diff)
downloadports-8ac33e4d4c68b57e4f3212a1f04ca8a33e18ba2c.tar.gz
ports-8ac33e4d4c68b57e4f3212a1f04ca8a33e18ba2c.zip
- Add LICENSE
- Reformat pkg-descr - Use single space after WWW:
Notes
Notes: svn path=/head/; revision=359904
Diffstat (limited to 'security/cryptstring')
-rw-r--r--security/cryptstring/Makefile2
-rw-r--r--security/cryptstring/pkg-descr6
2 files changed, 5 insertions, 3 deletions
diff --git a/security/cryptstring/Makefile b/security/cryptstring/Makefile
index 673fd4a30b03..ee126d40a764 100644
--- a/security/cryptstring/Makefile
+++ b/security/cryptstring/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= ports@FreeBSD.org
COMMENT= Crypto Strings for PHP
+LICENSE= BSD2CLAUSE
+
NO_BUILD= yes
USE_PHP= mcrypt mhash
diff --git a/security/cryptstring/pkg-descr b/security/cryptstring/pkg-descr
index 7854c15894be..dfe177d0b63b 100644
--- a/security/cryptstring/pkg-descr
+++ b/security/cryptstring/pkg-descr
@@ -1,4 +1,4 @@
-Very simple PHP functions for encrypting and signing (and reverse,
-decrypting and verifying) on string under BSD license.
+Very simple PHP functions for encrypting and signing (and reverse, decrypting
+and verifying) on string under BSD license.
-WWW: http://code.google.com/p/cryptstring/
+WWW: http://code.google.com/p/cryptstring/