From 421620aae7f04e9c9c666bafdb56ab1ea327100d Mon Sep 17 00:00:00 2001 From: kai Date: Fri, 8 Feb 2019 18:19:10 +0000 Subject: 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 Reviewed by: tcberner (mentor) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19102 --- security/libmcrypt/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'security') 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 -- cgit