freebsd-ports/devel/py-magic/Makefile
Li-Wen Hsu b1d940646d
devel/py-magic: Add some HTTP MASTER_SITES
Requested by:	Loic F <loic.f@hardenedbsd.org>
2021-06-23 18:09:12 +08:00

27 lines
724 B
Makefile

# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
PORTNAME= magic
PORTVERSION= 5.40
CATEGORIES= devel python
MASTER_SITES= https://astron.com/pub/file/ \
ftp://ftp.astron.com/pub/file/ \
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
ftp://ftp.fu-berlin.de/unix/tools/file/ \
https://www.mirrorservice.org/sites/distfiles.macports.org/file/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= file-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python module for determining file type
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist distutils
# both install module as magic.py
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}python-magic-*
WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python
.include <bsd.port.mk>