View | Details | Raw Unified | Return to bug 57894
Collapse All | Expand All

(-)security/libmcrypt/Makefile (-2 / +2 lines)
Lines 9-16 Link Here
9
PORTVERSION=	2.5.7
9
PORTVERSION=	2.5.7
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	security
11
CATEGORIES=	security
12
MASTER_SITES=	ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
		ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/
13
MASTER_SITE_SUBDIR=	${PORTNAME:S/lib//}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Multi-cipher cryptographic library (used in PHP3)
16
COMMENT=	Multi-cipher cryptographic library (used in PHP3)
(-)security/libmcrypt/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
In particular, having libmcrypt allows you to build PHP3 with
4
In particular, having libmcrypt allows you to build PHP3 with
5
encryption.
5
encryption.
6
6
7
WWW: http://mcrypt.hellug.gr/
7
WWW: http://mcrypt.sourceforge.net/

Return to bug 57894