You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
775 B
Tcl
23 lines
775 B
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 Text-PDF 0.31
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Perl module for creating and manipulating PDF files.
|
|
long_description ${description}
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 20462d9a30970c964e2ae90aea3617d92072ee90 \
|
|
sha256 df9f515ee159804b0d5a75d5adb93c4584c7ec401d8c59c27e9f73925d8dac68
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-io-compress
|
|
|
|
supported_archs noarch
|
|
}
|