You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
771 B
Tcl
24 lines
771 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 github 1.0
|
|
PortGroup tree_sitter 1.0
|
|
|
|
github.setup claytonrcarter tree-sitter-phpdoc 0.1.8 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
description A tree-sitter parser for PHPDoc
|
|
|
|
long_description {*}${description}
|
|
|
|
categories devel
|
|
license MIT
|
|
maintainers {amake @amake} openmaintainer
|
|
|
|
checksums rmd160 fd669eff677a2e32ca2e6f212559f985d6cb5d1d \
|
|
sha256 b7a750e002b916a50c878c53087175dde5f256eb73d2d479b11b24d6c4b9a885 \
|
|
size 156671
|
|
|
|
worksrcdir ${worksrcdir}/src
|