Index: py-django-registration-redux/Makefile =================================================================== --- py-django-registration-redux/Makefile +++ py-django-registration-redux/Makefile @@ -0,0 +1,23 @@ +# Created by: Kevin Golding +# $FreeBSD$ + +PORTNAME= django-registration-redux +PORTVERSION= 1.2 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= User-registration application for Django + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +CONFLICTS_INSTALL= pootle-* py-django-registration + +.include Index: py-django-registration-redux/distinfo =================================================================== --- py-django-registration-redux/distinfo +++ py-django-registration-redux/distinfo @@ -0,0 +1,2 @@ +SHA256 (django-registration-redux-1.2.tar.gz) = 006abd8b3606f1bc7da8ffc773a1f4a5380b3f0f6ab65c00a7d864b4f60bc9ba +SIZE (django-registration-redux-1.2.tar.gz) = 72391 Index: py-django-registration-redux/pkg-descr =================================================================== --- py-django-registration-redux/pkg-descr +++ py-django-registration-redux/pkg-descr @@ -0,0 +1,4 @@ +A fairly simple user-registration application for Django, +designed to make allowing user signups as painless as possible + +WWW: http://django-registration-redux.readthedocs.org/