diff options
Diffstat (limited to 'security/krb5-16')
-rw-r--r-- | security/krb5-16/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index ba0ca5802f6f..ea7b34b47249 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -9,14 +9,16 @@ PORTNAME= krb5 PORTVERSION= 1.4.2 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/ -EXTRACT_SUFX= .tar DISTNAME= ${PORTNAME}-${PORTVERSION}-signed +EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +CONFLICTS= krb4-[0-9]* heimdal-[0-9]* + LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ USE_REINPLACE= yes |