1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/audio/py-al/Makefile
Dmitry Marakasov 774581039f - Fix LICENSE
- Add NO_ARCH
2017-02-05 13:10:47 +00:00

22 lines
450 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= ports@FreeBSD.org
COMMENT= PyAL is a binding of OpenAL for Python
LICENSE= PD ZLIB
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/doc/copying.rst
USES= openal:al python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>