mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
11cee0f02a
Approved by: culot (mentor), jpaetzel (maintainer)
29 lines
553 B
Makefile
29 lines
553 B
Makefile
# Created by: jpaetzel
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dojango
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= www python java
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jpaetzel@FreeBSD.org
|
|
COMMENT= A django application for building dojo
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME}
|
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
|
|
|
|
OPTIONS_DEFINE= JAVA
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MJAVA}
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.6+
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|