blob: 717c3dd0d03e06151cc0a746b205ee8ee1f7a5f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|