mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
c5f60a645f
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# Created by: nsayer@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmcrypt
|
|
PORTVERSION= 2.5.8
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|