1 | # $Id: Roman.pm,v 1.1 1997/09/03 01:35:23 ozawa Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup Roman 1.1 |
---|
7 | description Convert between Arabic and Roman numerals |
---|
8 | long_description Module for conversion between Roman and Arabic numerals |
---|
9 | maintainers james.toth@worldnet.att.net |
---|
10 | platforms darwin |
---|
11 | checksums md5 67b0e6affdc50fdf28cfc438c045fd9b |
---|
12 | |
---|
13 | pre-configure { set mkflpl [open ${workpath}/${distname}/Makefile.PL w] |
---|
14 | puts $mkflpl "use ExtUtils::MakeMaker;" |
---|
15 | puts $mkflpl "WriteMakefile();" |
---|
16 | close $mkflpl } |
---|
17 | |
---|
18 | configure.args-append NAME=Roman.pm VERSION=1.1 |
---|