Index: head/net/py-cloudfiles/Makefile =================================================================== --- head/net/py-cloudfiles/Makefile (revision 394849) +++ head/net/py-cloudfiles/Makefile (revision 394850) @@ -1,18 +1,22 @@ # Created by: Roberto Pereyra # $FreeBSD$ PORTNAME= cloudfiles PORTVERSION= 1.6.0 PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \ LOCAL/yzlin PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python language bindings for Cloud Files API +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/cloudfiles/COPYING + USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Index: head/net/py-cloudfiles/pkg-descr =================================================================== --- head/net/py-cloudfiles/pkg-descr (revision 394849) +++ head/net/py-cloudfiles/pkg-descr (revision 394850) @@ -1,3 +1,3 @@ Python language bindings for Cloud Files API -WWW: http://github.com/rackspace/python-cloudfiles/tree +WWW: http://github.com/rackspace/python-cloudfiles/tree