freebsd-ports/www/py-django-registration/Makefile
Philip M. Gollucci 85fc9dc2c9 - distfile rerolled for META file update
- Put generically named distfile in subdir
- Bump PORTREVISION

PR:             ports/151113
Submitted by:   Kevin Golding <ports@caomhin.org> (maintainer)
2010-10-10 04:39:01 +00:00

35 lines
846 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
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://bitbucket.org/ubernostrum/django-registration/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= v${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
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
USE_GETTEXT= yes
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>