mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pysvg
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= pySVG - creating svg with python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= zip python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|