mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
19 lines
363 B
Makefile
19 lines
363 B
Makefile
# Created by: Thinker K.F. Li <thinker@branda.to>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pythk
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of Python functions
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|