- add missing dependency on net/py-netifaces
- bump PORTREVISION while here: - trim Makefile header - limit python version to 2.x only - tab -> space change in pkg-descr:WWW PR: 172410 Submitted by: trociny Approved by: Gea-Suan Lin <gslin at gslin dot org> (maintainer)
This commit is contained in:
parent
5c189f48b1
commit
dfdc1fa2f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305436
2 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,9 @@
|
|||
# New ports collection makefile for: py-swift
|
||||
# Date created: 2010-07-22
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= swift
|
||||
PORTVERSION= 1.4.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= http://launchpadlibrarian.net/92556660/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,13 +12,14 @@ MAINTAINER= gslin@gslin.org
|
|||
COMMENT= Highly available, distributed, eventually consistent object/blob store
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.8:${PORTSDIR}/net/py-eventlet \
|
||||
${PYTHON_PKGNAMEPREFIX}netifaces>0:${PORTSDIR}/net/py-netifaces \
|
||||
${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:${PORTSDIR}/www/py-webob \
|
||||
${PYTHON_PKGNAMEPREFIX}xattr>=0:${PORTSDIR}/devel/py-xattr \
|
||||
rsync>=3.0:${PORTSDIR}/net/rsync
|
||||
|
||||
USE_PYTHON= 2.6+
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Swift is a highly available, distributed, eventually consistent
|
||||
object/blob store.
|
||||
|
||||
WWW: http://launchpad.net/swift
|
||||
WWW: http://launchpad.net/swift
|
||||
|
|
Loading…
Reference in a new issue