freebsd-ports/www/py-routes/Makefile
Martin Wilke 20aa6b9438 - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-29 15:04:46 +00:00

20 lines
471 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= routes
PORTVERSION= 1.13
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP/source/R/Routes
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Routes-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= A Routing package for Python that matches URLs to dicts and vice versa
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGNAME= Routes
.include <bsd.port.mk>