You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Submitted by: james.toth@worldnet.att.net Reviewed by: mww@ new port perl/p5-roman git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@13025 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# $Id: Portfile,v 1.1 2005/07/10 16:53:08 mww Exp $
|
||||
|
||||
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 james.toth@worldnet.att.net
|
||||
platforms darwin
|
||||
checksums md5 67b0e6affdc50fdf28cfc438c045fd9b
|
||||
|
||||
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=1.1
|
||||
Reference in New Issue
Block a user