aboutsummaryrefslogtreecommitdiff
path: root/security/py-kerberos
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-31 22:07:37 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-31 22:07:37 +0000
commit1669c19df82c0d053c3a3b96ed10eac026557fcb (patch)
tree123315fe60ed86c18004ea3719e77fd4d4d24fcf /security/py-kerberos
parentf874b98feb2c58cb2849b15398ed46cbd27b69f0 (diff)
downloadports-1669c19df82c0d053c3a3b96ed10eac026557fcb.tar.gz
ports-1669c19df82c0d053c3a3b96ed10eac026557fcb.zip
Fix DEPENDS
Notes
Notes: svn path=/head/; revision=371943
Diffstat (limited to 'security/py-kerberos')
-rw-r--r--security/py-kerberos/Makefile21
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