Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

23 lines
394 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:3.6+
USE_GITHUB= yes
GH_ACCOUNT= wbsoft
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>