# $Id: Portfile 52781 2009-06-23 03:09:12Z jmr@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-exif
version			1.0.2
categories		python
platforms		darwin freebsd
maintainers		nomaintainer
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://sourceforge.net/projects/exif-py/
master_sites	sourceforge:exif-py
distfiles		EXIF.py
dist_subdir		python/py-exif/${version}
checksums		md5 550eb23304b7c2a36f2bc90825a7c688 \
			sha1 c39b04caf2d17a7ee0ed46a829779b5e8ecb56b9 \
			rmd160 0ba9ced796faabd60abc2bd20e47847bc6993c64

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
}
