mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
b024879f81
email. While here, tighten up comments and pet portlint. Hat: portmgr
22 lines
489 B
Makefile
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>
|