1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/converters/py-svglib/Makefile
Wen Heping a33e118b9a - Add missing DEPENDS
- Add LICENSE

PR:		ports/151470
Submitted by:	C-S <c-s@c-s.li>
2010-10-19 02:33:48 +00:00

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>