freebsd-ports/devel/py-magic/Makefile
Dryice Dong Liu c943cfea85 update to 4.19
delete file: pkg-plist

PR:		108705
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	itetcu (mentor)  alexbl@ (for python@)
2007-02-04 11:55:31 +00:00

26 lines
641 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.19
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= python@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>