1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/print/py-python-ly/Makefile
Martin Wilke 6c8a77fc51 - Update to 0.9.5
PR:		        217193
Submitted by:	maintainer
2017-02-18 12:46:20 +00:00

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>