mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
6c8a77fc51
PR: 217193 Submitted by: maintainer
22 lines
388 B
Makefile
22 lines
388 B
Makefile
# Created by: martin.dieringer@gmx.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-ly
|
|
PORTVERSION= 0.9.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= print python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Python package to manipulate LilyPond files
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wbsoft
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|