22 lines
517 B
Makefile
22 lines
517 B
Makefile
|
# 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
|
||
|
PORTVERSION= 0.4.4a
|
||
|
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>
|