- Fix LICENSE

- Add NO_ARCH
This commit is contained in:
Dmitry Marakasov 2017-02-05 13:10:47 +00:00
parent af4fdaea20
commit 774581039f

View File

@ -10,9 +10,12 @@ DISTNAME= PyAL-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= PyAL is a binding of OpenAL for Python
LICENSE= ZLIB
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>