1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/pythk/Makefile
Mark Linimon b024879f81 Reset thinker@branda.to due to maintainer-timeouts and no response to
email.  While here, tighten up comments and pet portlint.

Hat:		portmgr
2009-08-17 05:27:02 +00:00

22 lines
489 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.1.1
CATEGORIES= devel
MASTER_SITES= https://opensvn.csie.org/traccgi/PumperWeb/raw-attachment/wiki/sqlcc/ \
http://master.branda.to/downloads/pythk/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of Python functions
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>