forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
21 lines
529 B
Makefile
21 lines
529 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python
|
|
|
|
.include <bsd.port.mk>
|