mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
1e0176fc67
PR: ports/165904 Submitted by: Dryice Liu <dryice@freebsd.org> Approved by: Kevin Golding <ports@caomhin.org> (maintainer) Feature safe: yes
23 lines
543 B
Makefile
23 lines
543 B
Makefile
# New ports collection makefile for: py-django-extensions
|
|
# Date created: 19 May 2010
|
|
# Whom: Kevin Golding <ports@caomhin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= django-extensions
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Global custom management extensions for the Django Framework
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|