mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
a33e118b9a
- Add LICENSE PR: ports/151470 Submitted by: C-S <c-s@c-s.li>
27 lines
571 B
Makefile
27 lines
571 B
Makefile
# New ports collection makefile for: py-svglib
|
|
# Date created: 2008-11-11
|
|
# Whom: 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
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|