mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
535 B
Makefile
26 lines
535 B
Makefile
# Created by: Wen Heping <wenheping@wenheping.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= svglib
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://www.dinu-gherman.net/tmp/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= An Library For Reading And Converting SVG
|
|
|
|
BROKEN= Does not fetch
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|