freebsd-ports/devel/pythk/Makefile
Sylvio Cesar Teixeira 3365cd0d8f - Update to 0.2.0
- Changed MASTER_SITES
- Update WWW in pkg-descr

Approved by:	itetcu (mentor)
Feature safe:	yes
2010-03-01 23:37:32 +00:00

20 lines
428 B
Makefile

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