# $Id: Portfile,v 1.6 2005/09/27 21:00:42 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-exif
version			15-FEB-04
revision		1
categories		python
platforms		darwin freebsd
maintainers		mww@opendarwin.org
description		Python interface to the EXIF meta-data
long_description	Exchangeable Image File Format for Digital Still \
				Cameras is a meta-information tag that can be embedded \
				in tiff or jpeg image files. py-exif is a Python \
				interface to this data.

homepage		http://home.cfl.rr.com/genecash/digital_camera.html
master_sites	http://home.cfl.rr.com/genecash/digital_camera/
distfiles		EXIF.py
dist_subdir		${version}
checksums		md5 351d8b3a18f7df75ea0774466d98358e

extract	{
	file mkdir ${worksrcpath}
	file copy ${distpath}/EXIF.py ${worksrcpath}/exif.py
	file copy ${filespath}/setup.py ${worksrcpath}
	reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py
}
