summaryrefslogtreecommitdiff
path: root/devel/pythk/Makefile
blob: 2a71a6f421bc7dc9366ee050b26dbee6099a39f6 (plain)
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
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Collection of Python functions

LICENSE=	BSD2CLAUSE

USES=		python:2
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>