aa7a6c429e
With hat: portmgr
20 lines
323 B
Makefile
20 lines
323 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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|