1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11-toolkits/py-SquareMap/Makefile

22 lines
421 B
Makefile
Raw Normal View History

# Created by: Sofian Brabez <sbz@FreeBSD.org>
# $FreeBSD$
PORTNAME= SquareMap
2014-07-07 22:30:44 +00:00
PORTVERSION= 1.0.4
PORTREVISION= 4
CATEGORIES= x11-toolkits python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Hierarchic visualization control for wxPython
2014-05-20 13:31:05 +00:00
LICENSE= BSD2CLAUSE
USES= python:2.7
USE_PYTHON= distutils autoplist
2015-09-13 16:55:54 +00:00
USE_WX= 3.0+
WX_COMPS= python
.include <bsd.port.mk>