2007-03-27 17:44:47 +02:00
|
|
|
# New ports collection makefile for: pythk
|
|
|
|
# Date created: 2007-03-27
|
|
|
|
# Whom: Thinker K.F. Li <thinker@branda.to>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pythk
|
2010-03-02 00:37:32 +01:00
|
|
|
PORTVERSION= 0.2.0
|
2007-03-27 17:44:47 +02:00
|
|
|
CATEGORIES= devel
|
2010-03-02 00:37:32 +01:00
|
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/${PORTNAME}/
|
2007-03-27 17:44:47 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2009-08-17 07:27:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-03-27 17:44:47 +02:00
|
|
|
COMMENT= A collection of Python functions
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|