75888eb151
- Add LICENSE [1] - Pet portlint PR: 189274 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
21 lines
466 B
Makefile
21 lines
466 B
Makefile
# Created by: Dryice Liu <dryice@dryice.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= routes
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP/source/R/Routes
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Routes-${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Routing package for Python that matches URLs to dicts and vice versa
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_PKGNAME= Routes
|
|
|
|
.include <bsd.port.mk>
|