mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
- Add missing DEPENDS
- Add LICENSE PR: ports/151470 Submitted by: C-S <c-s@c-s.li>
This commit is contained in:
parent
64ec66c84f
commit
a33e118b9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263240
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= svglib
|
PORTNAME= svglib
|
||||||
PORTVERSION= 0.6.3
|
PORTVERSION= 0.6.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= converters python
|
CATEGORIES= converters python
|
||||||
MASTER_SITES= CHEESESHOP \
|
MASTER_SITES= CHEESESHOP \
|
||||||
http://www.dinu-gherman.net/tmp/
|
http://www.dinu-gherman.net/tmp/
|
||||||
|
@ -15,6 +16,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= wen@FreeBSD.org
|
MAINTAINER= wen@FreeBSD.org
|
||||||
COMMENT= An Library For Reading And Converting SVG
|
COMMENT= An Library For Reading And Converting SVG
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2
|
||||||
|
|
||||||
|
LICENSE= LGPL3
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= easy_install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue