Prune x11/xpra
[dports.git] / www / py-django-registration-defaults / Makefile
1 # Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       django-registration-defaults
5 PORTVERSION=    0.4.4
6 PORTREVISION=   1
7 CATEGORIES=     www python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     kozlov.sergey.404@gmail.com
12 COMMENT=        Default templates and settings for django-registration
13
14 LICENSE=        MIT
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}django-registration>=0:www/py-django-registration@${FLAVOR}
17
18 USES=           python
19 USE_PYTHON=     distutils autoplist
20
21 .include <bsd.port.mk>