2009-11-26 15:21:21 +01:00
|
|
|
# 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
|
2010-10-10 06:39:01 +02:00
|
|
|
PORTREVISION= 1
|
2009-11-26 15:21:21 +01:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://bitbucket.org/ubernostrum/django-registration/get/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= v${PORTVERSION}
|
2010-10-10 06:39:01 +02:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2009-11-26 15:21:21 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@caomhin.org
|
2010-10-10 06:39:01 +02:00
|
|
|
COMMENT= A user-registration application for Django
|
2009-11-26 15:21:21 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2010-10-10 06:39:01 +02:00
|
|
|
USE_GETTEXT= yes
|
2009-11-26 15:21:21 +01:00
|
|
|
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|