mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# 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>
|