1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/audio/py-al/Makefile
Marcus von Appen 7ba452ad72 - Unbreak
- Define LICENSE
2015-04-06 08:01:38 +00:00

19 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= al
PORTVERSION= 0.1.0
CATEGORIES= audio python
MASTER_SITES= http://bitbucket.org/marcusva/py-al/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyAL-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= PyAL is a binding of OpenAL for Python
LICENSE= ZLIB
USES= openal:al python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>