freebsd-ports/graphics/py-pygal/Makefile
Marcus von Appen 734b61f327 - Convert ports of graphics/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:36:12 +00:00

21 lines
438 B
Makefile

# Created by: Jose Jachuf <jjachuf@gmail.com>
# $FreeBSD$
PORTNAME= pygal
PORTVERSION= 1.4.6
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jjachuf@gmail.com
COMMENT= Python svg graph plotting library
LICENSE= LGPL3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:${PORTSDIR}/devel/py-lxml
# Python3 ready
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>