freebsd-ports/devel/pythk/Makefile

21 lines
428 B
Makefile
Raw Normal View History

# 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>