Ticket #3900: RomanPortfile

File RomanPortfile, 586 bytes (added by james.toth@…, 19 years ago)

Portfile for Perl module Roman

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