# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Regexp-Assemble 0.28

maintainers		nomaintainer
description		Combine several regular expressions into one
long_description	Regexp::Assemble allows you to take a number of regular \
		expressions and assemble them into a single regular expression (or RE) \
		that will match everything that any of the individual REs match, only \
		what they match and nothing else.

checksums		md5 291bfedade2b2cb858456f3b3c81407f
platforms		darwin

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
