1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/www/py-django-solo/Makefile
Kai Knoblich a16febdfdb www/py-django-solo: Switch to Django 2.2 (current LTS release)
* Also switch to GitHub for a while to update to the latest commit that
  contain adjustments for newer Django versions and add a patch to fix the
  build in this state.

* Sort the variables a bit according to the PHB and remove superfluous
  trailing slash of the Github URL while I'm here.

Changelog:

https://github.com/lazybird/django-solo/compare/1.1.3...master

PR:		246171
Approved by:	<rozhuk.im@gmail.com> (maintainer)
2020-05-05 08:21:53 +00:00

25 lines
478 B
Makefile

# $FreeBSD$
PORTNAME= django-solo
DISTVERSION= 1.1.3-8
DISTVERSIONSUFFIX= -g3dcd6ab
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Helps working with singletons
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.6:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_GITHUB= yes
GH_ACCOUNT= lazybird
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>