# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

# remove this port after September 2019
name                py-django2
version             2.0.3
revision            1
categories-append   www
platforms           darwin
license             BSD

python.versions     35 36

if {${name} ne ${subport}} {
    replaced_by     py${python.version}-django
    PortGroup       obsolete 1.0
} else {
    replaced_by     py-django
    PortGroup       obsolete 1.0
}