1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-routes/Makefile
Wen Heping 7c9b95b0ce - Update to 1.13
Feature safe:	yes
2012-03-30 01:44:57 +00:00

23 lines
515 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.13
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= easy_install
PYDISTUTILS_PKGNAME= Routes
.include <bsd.port.mk>