WWW: http://bitbucket.org/ubernostrum/django-registration/ PR: ports/140776 Submitted by: Kevin Golding <ports at caomhin.org>
32 lines
789 B
Makefile
32 lines
789 B
Makefile
# New ports collection makefile for: py-django-registration
|
|
# Date created: 22 November 2009
|
|
# Whom: Kevin Golding <ports@caomhin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= django-registration
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://bitbucket.org/ubernostrum/django-registration/get/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= v${PORTVERSION}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= A user-registration application for Django.
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|