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
This commit is contained in:
Kai Knoblich 2019-02-08 18:19:10 +00:00
parent 5435ab6e87
commit e6dc648aeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492442

View File

@ -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>