You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.1 KiB
Tcl
27 lines
1.1 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 python 1.0
|
|
|
|
name doxyqml
|
|
version 0.5.3
|
|
revision 0
|
|
categories-append textproc
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A filler for Doxygen to document QML files
|
|
long_description ${name} is an input filler for Doxygen, a documentation \
|
|
system for C++ and a few other languages. ${name} makes \
|
|
it possible to use Doxygen to document QML code.
|
|
|
|
homepage https://invent.kde.org/sdk/doxyqml
|
|
|
|
checksums rmd160 1500c20f8f54221ebfc71ba5fbe4f9e83c72bc9c \
|
|
sha256 debfb621a3151c225f6fb4e9a8c6b86b2516e237e6f0fe60dcffee5b62d1796a \
|
|
size 27578
|
|
|
|
depends_run-append path:bin/doxygen:doxygen
|