Files
ports/print/py-python-ly/Makefile
Tobias C. Berner 0ab2c8b1be print/py-python-ly: update to 0.9.6
PR:		243552
Submitted by:	martin.dieringer@gmx.de (maintainer)
2020-01-24 04:48:40 +00:00

23 lines
389 B
Makefile

# Created by: martin.dieringer@gmx.de
# $FreeBSD$
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
USE_GITHUB= yes
GH_ACCOUNT= wbsoft
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>