diff options
Diffstat (limited to 'www/py-django-storages/Makefile')
-rw-r--r-- | www/py-django-storages/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-django-storages/Makefile b/www/py-django-storages/Makefile new file mode 100644 index 000000000000..0837a65b93af --- /dev/null +++ b/www/py-django-storages/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: py-django-storages +# Date created: 2011-02-26 +# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= django-storages +PORTVERSION= 1.1.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Generic storages for Django + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> |