20 lines
373 B
Makefile
20 lines
373 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
|
|
|
|
MAN3= mcrypt.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|