forked from Lainports/freebsd-ports
Fix DEPENDS
This commit is contained in:
parent
f874b98feb
commit
1669c19df8
1 changed files with 10 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue