blob: a04dc7b2a0a69aa4f27aee8d653c938f03b69f7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
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
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
|