aboutsummaryrefslogtreecommitdiff
path: root/print/py-python-ly/Makefile
blob: ae12a6012960d0e25e2c325b62c4a78bc9707a22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
WWW=		https://github.com/wbsoft/python-ly

LICENSE=	GPLv3

USES=		python:3.6+

USE_GITHUB=	yes
GH_ACCOUNT=	wbsoft

USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>