mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
83d731b5e8
- Convert to autoplist - Bump PORTREV
21 lines
369 B
Makefile
21 lines
369 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= A collection of Python functions
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|