mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
70b8577fa3
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc PR: ports/110926 Submitted by: Thinker K.F. Li <thinker at branda.to>
21 lines
415 B
Makefile
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>
|