summaryrefslogtreecommitdiff
path: root/devel/pycanberra/Makefile
blob: c5a08abf5808de4743c4b8578d1d9cadc6d9d709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	pycanberra
DISTVERSION=	1
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	hello@blubee.me
COMMENT=	Very basic wrapper for libcanberra
WWW=		https://github.com/totdb/pycanberra

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>