aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django-reversion/Makefile
blob: 008e94599e1d7df6fac4f81bb75c1c99780401cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Matthew X. Economou <xenophon+fbsdports@irtnog.org>
# $FreeBSD$

PORTNAME=   django-reversion
PORTVERSION=    1.6.1
PORTREVISION=   1
CATEGORIES= www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= xenophon+fbsdports@irtnog.org
COMMENT=    Provides comprehensive version control facilities to Django apps

LICENSE=    BSD3CLAUSE

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18

USES=       python
USE_PYTHON= distutils

.include <bsd.port.mk>