2bb3330a14
PR: 197761 Submitted by: Jose Jachuf <jjachuf@gmail.com> (maintainer)
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# Created by: Jose Jachuf <jjachuf@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pygal
|
|
PORTVERSION= 1.7.0
|
|
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>
|