diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-30 19:04:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-30 19:04:24 +0000 |
commit | 8ac33e4d4c68b57e4f3212a1f04ca8a33e18ba2c (patch) | |
tree | 49c87b23ce29544e933d8f3b29b23e60e24c94a5 | |
parent | 2140215661c74f6c9fd837acf3b55b8fd9570210 (diff) |
Notes
-rw-r--r-- | security/cryptstring/Makefile | 2 | ||||
-rw-r--r-- | security/cryptstring/pkg-descr | 6 |
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/ |