ports/devel/py-magic/Makefile
Li-Wen Hsu f16e9da3a0 Register CONFLICTS
PR:		224593
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Approved by:	koobs (maintainer, py-python-magic)
MFH:		2018Q1
2018-02-19 07:46:26 +00:00

26 lines
634 B
Makefile

# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
# $FreeBSD$
PORTNAME= magic
PORTVERSION= 5.32
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
# both install module as magic.py
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}python-magic-*
USES= python
USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python
.include <bsd.port.mk>