blob: 2f567f05457c77c51c6cbb0d9b829f76ffa7484c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= libmcrypt
PORTVERSION= 2.5.8
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
MAINTAINER= john@essenz.com
COMMENT= Multi-cipher cryptographic library (used in PHP)
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
USES= libtool
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|