c1186fe4ba
- Add NO_ARCH - Add regression testing support - Use something better than the Github repo for WWW
25 lines
467 B
Makefile
25 lines
467 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= discid
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= audio python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Python libdiscid bindings
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
|
|
|
LIB_DEPENDS= libdiscid.so:audio/libdiscid
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
TEST_TARGET= test
|
|
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP}
|
|
|
|
.include <bsd.port.mk>
|