aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pycanberra/Makefile
blob: 9e23ecfb44c2b2f97d9489431244d8842563403e (plain) (blame)
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=	3
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
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>