# $Id: Portfile 87307 2011-11-16 22:11:39Z mww@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-aspects
version			1.1
categories		python
platforms		darwin
maintainers		nomaintainer
description		Light-weight Approach to Aspect Oriented Programming in Python
long_description	${description}

homepage		http://www.cs.tut.fi/~ask/aspects/
master_sites	http://www.cs.tut.fi/~ask/aspects/
distname		aspects-${version}
checksums		sha1 5fce9b65fddd408b1d3464802e505528d3dda599

post-destroot	{
	xinstall -m 644 ${worksrcpath}/LICENSE.txt \
		${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath}/examples httpget_example.py \
		timeout_advice.py timeout_example.py tracer_advice.py \
		tracer_example.py typecheck_advice.py typecheck_example.py \
		${destroot}${prefix}/share/doc/${name}/examples
}

livecheck.type	regex
livecheck.url	${homepage}
livecheck.regex	aspects-(\[0-9\.\]+).tar.gz

