mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support [1]
- Drop easy_install [1] - Pet portlint [1] - Add LICENSE - Reset maintainer to ports@ PR: 188946 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
This commit is contained in:
parent
208005a4fc
commit
16fbc9ac98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352083
@ -7,16 +7,18 @@ CATEGORIES= graphics python
|
|||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= wen@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A library for making charts with Python
|
COMMENT= Library for making charts with Python
|
||||||
|
|
||||||
|
LICENSE= LGPL3
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= yes
|
||||||
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= CAIRO
|
OPTIONS_DEFINE= CAIRO
|
||||||
OPTIONS_DEFAULT= CAIRO
|
OPTIONS_DEFAULT= CAIRO
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MCAIRO}
|
.if ${PORT_OPTIONS:MCAIRO}
|
||||||
|
@ -7,4 +7,4 @@ great Cairo library. Its goals are:
|
|||||||
It won't try to draw any possible chart on earth but draw the most
|
It won't try to draw any possible chart on earth but draw the most
|
||||||
common ones nicely.
|
common ones nicely.
|
||||||
|
|
||||||
WWW: http://bitbucket.org/lgs/pycha/wiki/Home
|
WWW: http://bitbucket.org/lgs/pycha/wiki/Home
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
bin/chavier
|
|
||||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
Loading…
Reference in New Issue
Block a user