ports/devel/py-magic/Makefile
Li-Wen Hsu 8b140afedc - Update to 5.18
- Added WWW to pkg-descr

PR:		ports/189754
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-14 14:06:29 +00:00

22 lines
547 B
Makefile

# Created by: Alexander Botero-Lowry <alexbl@FreeBSD.org>
# $FreeBSD$
PORTNAME= magic
PORTVERSION= 5.18
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python
.include <bsd.port.mk>