Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / py-pygal / Makefile
1 # Created by: Jose Jachuf <jjachuf@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       pygal
5 PORTVERSION=    2.1.1
6 CATEGORIES=     graphics python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     jjachuf@gmail.com
11 COMMENT=        Python svg graph plotting library
12
13 LICENSE=        LGPL3
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml
16
17 NO_ARCH=        yes
18 USES=           python
19 USE_PYTHON=     autoplist distutils
20
21 .include <bsd.port.mk>