1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/pythk/Makefile
Ruslan Makhmatkhanov 197775021e devel/pythk: revert previous commit
Need some coffee, sorry. Was not able to grep consumers and wasn't able
to consult freshports.
2016-08-25 19:02:25 +00:00

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>