# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 74046 2010-12-03 02:15:40Z dports@macports.org $

PortSystem          1.0

name                p5-xml-libxml-common
version             0.13
revision            1

maintainers         nomaintainer
categories          perl textproc
platforms           darwin
homepage            http://search.cpan.org/~msergeant/${distname}/
distfiles

description         Perl extensions for common items of various XML modules.
long_description    XML::LibXML::Common contains several constants and \
                    functions that are shared by XML::LibXML, XML::GDOME \
                    and XML::LibXSLT (not all done, yet).

replaced_by         p5-xml-libxml

pre-configure {
	ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
	return -code error "obsolete port"
}
