freebsd-ports/www/py-urlman/Makefile
Sunpoet Po-Chuan Hsieh c555532ea2 Add py-urlman 1.2.0
Replaces things like get_absolute_url with a .urls attribute that can reference
other URLs and build sensible trees of things, and can then be accessed using
instance.urls.name.

WWW: https://github.com/andrewgodwin/urlman

PR:		239103
Submitted by:	Alexander Sieg <alex@xanderio.de>
2019-08-25 18:51:34 +00:00

19 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= urlman
DISTVERSION= 1.2.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@xanderio.de
COMMENT= Nicer way to do URLs for Django models
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>