diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-02-23 18:07:14 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-02-23 18:07:14 +0000 |
commit | 4aaac0b5f91fc973f5d39a99bd227267b1d5e5fa (patch) | |
tree | 9f8683f53b96cd6a20086cd049c6a3293ed6fb63 /security/mcrypt/Makefile | |
parent | 532e84e129e9764f1a25f82e8ed5dbc40da44502 (diff) | |
download | ports-4aaac0b5f91fc973f5d39a99bd227267b1d5e5fa.tar.gz ports-4aaac0b5f91fc973f5d39a99bd227267b1d5e5fa.zip |
Notes
Diffstat (limited to 'security/mcrypt/Makefile')
-rw-r--r-- | security/mcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index cefa2108a0db..b1f288e99317 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= SF/${PORTNAME}/MCrypt/${PORTVERSION} \ ftp://ftp.ntua.gr/pub/security/mcrypt/ \ ftp://mcrypt.hellug.gr/pub/mcrypt/attic/ -MAINTAINER= johans@stack.nl +MAINTAINER= johans@FreeBSD.org COMMENT= Replacement for crypt(1) LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ |