diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-01 06:07:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-01 06:07:37 +0800 |
commit | 88979e740833bd22591c83065d28c0054968392b (patch) | |
tree | 123315fe60ed86c18004ea3719e77fd4d4d24fcf /security | |
parent | bb75a24df6a9cb9304087dc22d9726180a0cb864 (diff) | |
download | freebsd-ports-gnome-88979e740833bd22591c83065d28c0054968392b.tar.gz freebsd-ports-gnome-88979e740833bd22591c83065d28c0054968392b.tar.zst freebsd-ports-gnome-88979e740833bd22591c83065d28c0054968392b.zip |
Fix DEPENDS
Diffstat (limited to 'security')
-rw-r--r-- | security/py-kerberos/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/security/py-kerberos/Makefile b/security/py-kerberos/Makefile index 7f9f29579ccb..1a20f9ec5899 100644 --- a/security/py-kerberos/Makefile +++ b/security/py-kerberos/Makefile @@ -1,20 +1,19 @@ # Created by: Roland van Laar <roland@micite.net> # $FreeBSD$ -PORTNAME= kerberos -PORTVERSION= 1.1.1 -PORTREVISION= 1 -CATEGORIES= security python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PORTNAME= kerberos +PORTVERSION= 1.1.1 +PORTREVISION= 1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= roland@micite.net -COMMENT= Kerberos bindings for python +MAINTAINER= roland@micite.net +COMMENT= Kerberos bindings for python -LICENSE= APACHE20 +LICENSE= APACHE20 -BUILD_DEPENDS= libkrb5-config.so:${PORTSDIR}/security/krb5 -LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5 +LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5 USES= python USE_PYTHON= distutils autoplist |