aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-02 14:12:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-02 14:12:21 +0000
commit502b3145a74209ad217f6095dfed0e5b5b482b04 (patch)
tree74f3ad137faf17534eb1518860d21c5e586f587b /security/libmcrypt
parentf9f9d9f508e5802865ab25ccdf9c76075a81349e (diff)
downloadports-502b3145a74209ad217f6095dfed0e5b5b482b04.tar.gz
ports-502b3145a74209ad217f6095dfed0e5b5b482b04.zip
- Add LICENSE
- Cosmetic change
Notes
Notes: svn path=/head/; revision=363816
Diffstat (limited to 'security/libmcrypt')
-rw-r--r--security/libmcrypt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index c60f6a64903d..107b03059e28 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -10,10 +10,12 @@ MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-cipher cryptographic library (used in PHP)
-USES= libtool:oldver
-GNU_CONFIGURE= yes
+LICENSE= LGPL21
+
CONFIGURE_ARGS= --enable-static
+GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
+USES= libtool:oldver
.include <bsd.port.mk>