opnsense-ports/security/libmcrypt/Makefile
Franco Fichtner b7b56ff522 security/libmcrypt: sync with upstream
Taken from: FreeBSD
2015-08-03 07:48:36 +02:00

21 lines
416 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= ports@FreeBSD.org
COMMENT= Multi-cipher cryptographic library (used in PHP)
LICENSE= LGPL21
CONFIGURE_ARGS= --enable-static
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool
.include <bsd.port.mk>