diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-10 05:41:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-10 05:41:56 +0800 |
commit | 9be7cbb0696fbbfa0acdf57bb0de4a37f4af4e6b (patch) | |
tree | f890251e2fd40afbe66a7e84745100214cd1de82 /security/john | |
parent | 9541744ae413b8f23929a4c189c00b03fb5a24b8 (diff) | |
download | freebsd-ports-gnome-9be7cbb0696fbbfa0acdf57bb0de4a37f4af4e6b.tar.gz freebsd-ports-gnome-9be7cbb0696fbbfa0acdf57bb0de4a37f4af4e6b.tar.zst freebsd-ports-gnome-9be7cbb0696fbbfa0acdf57bb0de4a37f4af4e6b.zip |
Restricted: contains crypto -- crypt()
Diffstat (limited to 'security/john')
-rw-r--r-- | security/john/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index 548b054f3ada..be621ca877e8 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -4,7 +4,7 @@ # Date created: Sun Mar 09, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/03/09 21:34:25 obrien Exp $ # DISTNAME= ucfjohn3 @@ -15,6 +15,8 @@ EXTRACT_SUFX= .zip MAINTAINER= obrien@NUXI.com +RESTRICTED= "contains crypto (crypt())" + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip |