# Created by: Alexander Botero-Lowry # $FreeBSD: head/devel/py-magic/Makefile 559531 2020-12-28 23:02:12Z antoine $ PORTNAME= magic PORTVERSION= 5.39 CATEGORIES= devel python MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ ftp://ftp.fu-berlin.de/unix/tools/file/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= file-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python module for determining file type LICENSE= BSD2CLAUSE USES= python:3.6+ USE_PYTHON= distutils autoplist # both install module as magic.py CONFLICTS= ${PYTHON_PKGNAMEPREFIX}python-magic-* WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python .include