edb493f8b4
your Django Models and working with trees of Model instances. WWW: https://github.com/django-mptt/django-mptt/ PR: ports/154830 Submitted by: Carlo Strub (c-s@c-s.li)
27 lines
671 B
Makefile
27 lines
671 B
Makefile
# New ports collection makefile for: django-mptt
|
|
# Date created: 2011-02-16
|
|
# Whom: Carlo Strub
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= django-mptt
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.c-s.li/ports/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= c-s@c-s.li
|
|
COMMENT= Utilities for implementing a pre-order traversal tree in django
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
LICENSE= BSD
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-7d3e111
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|