1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/py-routes/Makefile
Martin Wilke 3270c6f5ea - Update to 1.10.3
Approved by:	maintainer implicit
2009-02-15 22:38:00 +00:00

23 lines
521 B
Makefile

# New ports collection makefile for: py-routes
# Date created: April 24 2007
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= routes
PORTVERSION= 1.10.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP/source/R/Routes
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Routes-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= A Routing package for Python that matches URLs to dicts and vice versa
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Routes
.include <bsd.port.mk>