freebsd-ports/converters/py-svglib/Makefile
Wen Heping 76a0925d44 - Update to 0.6.3
- Update my mail address to FreeBSD

Feature safe:	yes
2010-03-02 06:51:34 +00:00

21 lines
457 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
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>