mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
17 lines
310 B
Makefile
17 lines
310 B
Makefile
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>
|