aboutsummaryrefslogtreecommitdiff
path: root/devel/pythk/Makefile
blob: 8f6814d90d134154a4af97d762b654b785f1f895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Thinker K.F. Li <thinker@branda.to>
# $FreeBSD$

PORTNAME=	pythk
PORTVERSION=	0.2.0
CATEGORIES=	devel
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A collection of Python functions

LICENSE=	BSD

USE_PYTHON=	-2.7
USE_PYDISTUTILS=yes

NO_STAGE=	yes
.include <bsd.port.mk>