# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 85136 2011-10-10 07:43:08Z jmr@macports.org $

PortSystem          1.0

name                zeromq
version             2.1.4
revision            1
platforms           darwin
categories          devel
maintainers         nomaintainer
replaced_by         zmq

description         duplicate port -- please install zmq instead
long_description    ${description}

homepage            http://www.zeromq.org/
master_sites        http://download.zeromq.org/
distfiles

livecheck.type      none

pre-configure {
    ui_error "This port unintentionally duplicated zmq. Please install zmq instead."
    return -code error
}
