1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/pythk/Makefile
Ruslan Makhmatkhanov 42625040d7 - use CHEESESHOP in MASTER_SITES instead of full server name
- strict python version to 2.x
- add LICENSE (BSD)

Non-functional changes.
2012-05-10 12:33:02 +00:00

23 lines
400 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= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of Python functions
LICENSE= BSD
USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
.include <bsd.port.mk>