mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
1accc91bd7
* Also assign the port to Django 2.2 because Django 1.11 is End-of-Life since April. * Do the the same for its dependencies and bump PORTREVISION accordingly. [1] [2] Changelog: https://github.com/divio/django-filer/blob/1.7.0/CHANGELOG.rst PR: 245470, 245472 [1] 245473 [2] Approved by: maintainer timeout (14 days) [1], Kevin Golding (maintainer) [2]
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# Created by: Kevin Golding <ports@caomhin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-polymorphic
|
|
PORTVERSION= 2.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@caomhin.org
|
|
COMMENT= Seamless Polymorphic Inheritance for Django Models
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|