1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/security/libmcrypt/Makefile
2014-01-31 15:24:46 +00:00

17 lines
342 B
Makefile

# Created by: nsayer@FreeBSD.org
# $FreeBSD$
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)
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --enable-static
USE_LDCONFIG= yes
.include <bsd.port.mk>