17 lines
336 B
Makefile
17 lines
336 B
Makefile
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pysvg
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
|
COMMENT= pySVG - creating svg with python
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= zip python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|