2013-09-21 00:55:24 +02:00
|
|
|
# Created by: nsayer@FreeBSD.org
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1999-06-29 00:54:50 +02:00
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= libmcrypt
|
2007-03-27 10:01:56 +02:00
|
|
|
PORTVERSION= 2.5.8
|
2014-09-17 19:29:47 +02:00
|
|
|
PORTREVISION= 2
|
1999-06-29 00:54:50 +02:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION}
|
1999-06-29 00:54:50 +02:00
|
|
|
|
2001-02-16 23:24:54 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-06 21:48:59 +02:00
|
|
|
COMMENT= Multi-cipher cryptographic library (used in PHP)
|
2001-02-16 23:24:54 +01:00
|
|
|
|
2014-08-02 16:12:21 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2003-01-03 20:15:09 +01:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
2014-08-02 16:12:21 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-06-11 11:46:29 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-09-17 19:29:47 +02:00
|
|
|
USES= libtool
|
1999-06-29 00:54:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|