# $Id: Portfile 67074 2010-04-28 11:22:49Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup			Roman 1.1
description			Convert between Arabic and Roman numerals
long_description	Module for conversion between Roman and Arabic numerals
maintainers			worldnet.att.net:james.toth
platforms			darwin
checksums			md5 67b0e6affdc50fdf28cfc438c045fd9b

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

pre-configure		{ set mkflpl [open ${workpath}/${distname}/Makefile.PL w]
					  puts $mkflpl "use ExtUtils::MakeMaker;"
					  puts $mkflpl "WriteMakefile();"
					  close $mkflpl }

configure.args-append	NAME=Roman.pm VERSION=${version}
