diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-21 13:16:04 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-21 13:16:04 +0000 |
commit | c4a9597227673418956f50b9cd170de7b60bcc36 (patch) | |
tree | 1c065da6dbcab47e4a0d16e72fd55cfe4d04b36a /security/libgringotts/Makefile | |
parent | 88f04d58f73f0fd8bdcf7e951696554d9fc71fe5 (diff) |
Notes
Diffstat (limited to 'security/libgringotts/Makefile')
-rw-r--r-- | security/libgringotts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile index a32db61b9b2d..cc40d66f93e6 100644 --- a/security/libgringotts/Makefile +++ b/security/libgringotts/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= BERLIOS/gringotts MAINTAINER= ports@FreeBSD.org COMMENT= Library for encapsulating/safekeeping data in encrypted/compressed form +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ libmhash.so:${PORTSDIR}/security/mhash |