1
0
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:
Wen Heping 2014-04-25 02:52:48 +00:00
parent 208005a4fc
commit 16fbc9ac98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352083
3 changed files with 7 additions and 7 deletions

View File

@ -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}

View File

@ -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

View File

@ -1,2 +0,0 @@
bin/chavier
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%