# $Id: Portfile 87496 2011-11-23 16:07:15Z jmr@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0

perl5.setup			Time-Epoch 0.02
revision			2
license				Artistic-1
maintainers			ricci
description			Convert times in one epoch to times in another epoch
long_description \
	This is Time::Epoch, a tiny module that does nothing but convert times in one \
	epoch to times in another.  Implemented currently is only converting Mac OS epoch \
	to and from the perl/Unix epoch.

platforms			darwin

checksums			md5 a4ab4f49e08005b5accc358314c08b75

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-test-pod
}
## vi:set noai ts=4:
