Ticket #46242: patch-p5-roman-Portfile.diff
File patch-p5-roman-Portfile.diff, 1.0 KB (added by dbevans (David B. Evans), 10 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 PortGroup perl5 1.0 5 5 6 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup Roman 1.1 8 revision 3 6 perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20 7 perl5.setup Roman 1.23 9 8 description Convert between Arabic and Roman numerals 10 9 long_description Module for conversion between Roman and Arabic numerals 11 10 maintainers worldnet.att.net:james.toth 12 11 platforms darwin 13 checksums md5 67b0e6affdc50fdf28cfc438c045fd9b14 12 15 supported_archs noarch 13 use_zip yes 16 14 17 if {${perl5.major} != ""} { 18 pre-configure { set mkflpl [open ${workpath}/${distname}/Makefile.PL w] 19 puts $mkflpl "use ExtUtils::MakeMaker;" 20 puts $mkflpl "WriteMakefile();" 21 close $mkflpl } 15 checksums md5 5a80a72a8ff4b1956b7f3258b24ab403 22 16 23 configure.args-append NAME=Roman.pm VERSION=${perl5.moduleversion} 24 } 17 supported_archs noarch