aboutsummaryrefslogtreecommitdiff
path: root/print/py-python-ly/Makefile
blob: e7210c916efe56013685e60a548448cb900b0b81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: martin.dieringer@gmx.de

PORTNAME=	python-ly
PORTVERSION=	0.9.6
DISTVERSIONPREFIX=	v
CATEGORIES=	print python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	martin.dieringer@gmx.de
COMMENT=	Python package to manipulate LilyPond files

LICENSE=	GPLv3

USES=		python:3.6+

USE_GITHUB=	yes
GH_ACCOUNT=	wbsoft

USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>