summaryrefslogtreecommitdiff
path: root/www/py-django-registration-defaults/Makefile
blob: e3341e042911dd3185e599adb18b5e91f22c903f (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:${PORTSDIR}/www/py-django-registration

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>