summaryrefslogtreecommitdiff
path: root/security/krb5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/krb5/Makefile')
-rw-r--r--security/krb5/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index c70bf1adf75e..a9b11fce1fb6 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -8,21 +8,8 @@
PORTNAME= krb5
PORTVERSION= 1.3.5
CATEGORIES= security
-# USE_TARBALL tells the port that the user has fetched the source
-# directly from MIT or crypto-publish.org (CRYTPO-PUBLISH).
-USE_KRB5_TARBALL?= MIT
-
-.if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH"
-# XXX crypto-publish.org still distributes krb5-1.3.1
-PORTVERSION= 1.3.1
-PORTREVISION= 5
-# XXX ---
-MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/
-EXTRACT_SUFX= .tar.gz
-.else
MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$//}/
EXTRACT_SUFX= .tar
-.endif
MAINTAINER= cy@FreeBSD.org
COMMENT= An authentication system developed at MIT, successor to Kerberos IV