2003-10-07 21:54:02 +02:00
|
|
|
# New ports collection makefile for: py-clientcookie
|
|
|
|
# Date created: Sat Sep 6 14:33:17 PDT 2003
|
|
|
|
# Whom: "Richard Kiss" <him@richardkiss.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= clientcookie
|
2004-01-07 20:55:36 +01:00
|
|
|
PORTVERSION= 0.4.18
|
2003-10-07 21:54:02 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= http://wwwsearch.sourceforge.net/ClientCookie/src/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= ClientCookie-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= him@richardkiss.com
|
|
|
|
COMMENT= Client-side HTTP cookies for Python
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|