1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/py-magic/Makefile
Li-Wen Hsu 665acdb37f - Update to 4.21
- Take maintainership
2007-05-31 06:55:34 +00:00

27 lines
640 B
Makefile

# New ports collection makefile for: py-magic
# Date created: 19 Nov 2006
# Whom: Alexander Botero-Lowry <alexbl@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= magic
PORTVERSION= 4.21
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 determing file type
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/file-${PORTVERSION}/python
PLIST_FILES= %%PYTHON_SITELIBDIR%%/magic.so
.include <bsd.port.mk>