3365cd0d8f
- Changed MASTER_SITES - Update WWW in pkg-descr Approved by: itetcu (mentor) Feature safe: yes
20 lines
428 B
Makefile
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>
|