aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django-registration-defaults/Makefile
blob: c102d6b6b2c7269524ea688841993bb3ef3096ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
# $FreeBSD$

PORTNAME=   django-registration-defaults
PORTVERSION=    0.4.4
PORTREVISION=   1
CATEGORIES= www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= kozlov.sergey.404@gmail.com
COMMENT=    Default templates and settings for django-registration

LICENSE=    MIT

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}django-registration>=0:www/py-django-registration@${FLAVOR}

USES=       python
USE_PYTHON= distutils autoplist

.include <bsd.port.mk>