1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/audio/py-cddb/Makefile
Dmitry Marakasov 357e51182a - Add LICENSE
- Strip library
2015-03-11 14:51:16 +00:00

25 lines
554 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= cddb
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= CDDB-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module to fetch information on audio CDs from CDDB
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:2
USE_PYTHON= distutils autoplist pythonprefix
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cdrom.so
.include <bsd.port.mk>