e6dc648aeb
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
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# Created by: nsayer@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmcrypt
|
|
PORTVERSION= 2.5.8
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
|
|
|
|
MAINTAINER= john@essenz.com
|
|
COMMENT= Multi-cipher cryptographic library (used in PHP)
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|