aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-02-08 18:19:10 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-02-08 18:19:10 +0000
commite6dc648aebc7f02309385a6988949477554e8f01 (patch)
tree30a6578d27e43d767c27701a1aa89095a99c979a /security/libmcrypt
parent5435ab6e87e931a883dc8c4a366870e9facaeac1 (diff)
downloadports-e6dc648aebc7f02309385a6988949477554e8f01.tar.gz
ports-e6dc648aebc7f02309385a6988949477554e8f01.zip
security/libmcrypt: Pass maintainership to submitter
While I'm here: * Fix the license and add the path to that license * Sort variables a bit according to the PHB and to pet portlint PR: 235433 Submitted by: John von Essen <john@essenz.com> Reviewed by: tcberner (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19102
Notes
Notes: svn path=/head/; revision=492442
Diffstat (limited to 'security/libmcrypt')
-rw-r--r--security/libmcrypt/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index a986cf03cb5b..888847c26982 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -7,15 +7,17 @@ PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= john@essenz.com
COMMENT= Multi-cipher cryptographic library (used in PHP)
-LICENSE= LGPL21
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+
+USES= libtool
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-USES= libtool
.include <bsd.port.mk>