aboutsummaryrefslogtreecommitdiffstats
path: root/converters/py-svglib/Makefile
blob: 19cc428ee69dac37f144581c4cd826ff51e6c1de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>