1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/libmcrypt/Makefile
Dmitry Marakasov c5f60a645f - Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-17 17:29:47 +00:00

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>