You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup XML-Parser 2.59 ../../authors/id/T/TO/TODDR
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
categories-append textproc
|
|
description XML::Parser - A perl module for parsing XML documents
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 2c339df9fa3eeded1d613badc56e688372c427cd \
|
|
sha256 a358fd7c49f5e27717a644a9102bd21dc7fc25a415983279c59b1580e2b62a58 \
|
|
size 472643
|
|
|
|
if {${perl5.major} ne ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-file-sharedir-install
|
|
|
|
depends_lib-append \
|
|
port:expat \
|
|
port:p${perl5.major}-file-sharedir
|
|
|
|
patchfiles _findcc.patch
|
|
|
|
if {${os.platform} eq "darwin" && [vercmp ${macosx_deployment_target} < 10.5]} {
|
|
patchfiles-append \
|
|
no-rpath.patch
|
|
}
|
|
|
|
configure.post_args-append \
|
|
EXPATLIBPATH=${prefix}/lib \
|
|
EXPATINCPATH=${prefix}/include
|
|
}
|