mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
351 B
Makefile
20 lines
351 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= libmcrypt
|
|
PORTVERSION= 2.5.8
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multi-cipher cryptographic library (used in PHP)
|
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
USES= gmake
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|