729d9d232f
- While here get rid FreeBSD 6.X and md5 support
24 lines
571 B
Makefile
24 lines
571 B
Makefile
# New ports collection makefile for: py-cloudfiles
|
|
# Date created: 2009-10-24
|
|
# Whom: Roberto Pereyra <freebsd@contenidosonline.com.ar>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cloudfiles
|
|
PORTVERSION= 1.6.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \
|
|
LOCAL/yzlin
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd@contenidosonline.com.ar
|
|
COMMENT= Python language bindings for Cloud Files API
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= yes
|
|
PLIST_SUB+= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
|
|
|
|
.include <bsd.port.mk>
|