freebsd-ports/graphics/pysvg/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

19 lines
352 B
Makefile

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