freebsd-ports/www/py-django-registration-defaults/Makefile
Serhii (Sergey) Kozlov f4f6422df2 Change MAINTAINER in my ports to @FreeBSD.org email
Approved By: sbruno
Differential Revision: https://reviews.freebsd.org/D17284
2018-09-23 08:13:44 +00:00

21 lines
514 B
Makefile

# 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= skozlov@FreeBSD.org
COMMENT= Default templates and settings for django-registration
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-registration>=0:www/py-django-registration@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>