+ postmark formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Lei Xu 2010-07-19 00:01:56 -05:00 committed by Adam Vandenberg
parent 0103ba1bc2
commit 200fd87438
1 changed files with 12 additions and 0 deletions

12
Formula/postmark.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Postmark <Formula
url 'ftp://ftp.us.debian.org/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz'
homepage 'http://packages.debian.org/stable/utils/postmark'
md5 'b494167c2df1850004110ab28e5ad164'
def install
system "cc -o postmark postmark-*.c"
bin.install "postmark"
end
end