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

27 lines
522 B
Makefile

# Created by: blubee <hello@blubee.me>
# $FreeBSD$
PORTNAME= pycanberra
DISTVERSION= 1
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= hello@blubee.me
COMMENT= Very basic wrapper for libcanberra
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_PYTHON= autoplist distutils optsuffix
USE_GITHUB= yes
GH_ACCOUNT= totdb
GH_TAGNAME= 88c53cd
post-patch:
@(cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/pycanberra && \
${MV} pycanberra.py ${WRKSRC}/pycanberra && \
${TOUCH} __init__.py)
.include <bsd.port.mk>