blob: 97a77d15006732c1d3c832602f886c36975e9be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|