1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/pythk/Makefile
Martin Wilke 70b8577fa3 pythk is a collection of functions for Python.
WWW:	https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc

PR:		ports/110926
Submitted by:	Thinker K.F. Li <thinker at branda.to>
2007-03-27 15:44:47 +00:00

21 lines
415 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= http://master.branda.to/downloads/pythk/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thinker@branda.to
COMMENT= A collection of Python functions
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>