blob: 107b03059e280b8ebdf705c859e0c58fd335f785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: nsayer@FreeBSD.org
# $FreeBSD$
PORTNAME= libmcrypt
PORTVERSION= 2.5.8
PORTREVISION= 1
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:oldver
.include <bsd.port.mk>
|