mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
197775021e
Need some coffee, sorry. Was not able to grep consumers and wasn't able to consult freshports.
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# Created by: Thinker K.F. Li <thinker@branda.to>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pythk
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of Python functions
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|