aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkai <kai@FreeBSD.org>2019-02-09 02:19:10 +0800
committerkai <kai@FreeBSD.org>2019-02-09 02:19:10 +0800
commit421620aae7f04e9c9c666bafdb56ab1ea327100d (patch)
tree30a6578d27e43d767c27701a1aa89095a99c979a /security
parent41e84f14f94353297306192e97bf15b67d399e5d (diff)
downloadfreebsd-ports-gnome-421620aae7f04e9c9c666bafdb56ab1ea327100d.tar.gz
freebsd-ports-gnome-421620aae7f04e9c9c666bafdb56ab1ea327100d.tar.zst
freebsd-ports-gnome-421620aae7f04e9c9c666bafdb56ab1ea327100d.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
Diffstat (limited to 'security')
-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>