# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 64113 2010-02-22 15:52:07Z snc@macports.org $

PortSystem          1.0

name                mktorrent
version             1.0
categories          net
description         mktorrent is a simple command line utility to create \
                    BitTorrent metainfo files.
homepage            http://mktorrent.sourceforge.net/
long_description    ${description}
license             GPL
maintainers         snc openmaintainer

platforms           freebsd darwin

master_sites        sourceforge

checksums           md5    0da00209da96a0dc39efbb6eb5b4d8ff \
                    sha1   f9b1bbf9d19911b6c8994dbec6208530c7d929ad \
                    rmd160 ad8e2fb603635356b01b9d5eb30c57a6f01b0656

use_configure       no

destroot.destdir    PREFIX=${destroot}${prefix}

livecheck.type      regex
livecheck.url       http://mktorrent.sourceforge.net/
livecheck.regex     ${name}\\/${name}-(\\d+(\\.\\d+)+)
