You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
878 B
Tcl
26 lines
878 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 python 1.0
|
|
|
|
name py-javaproperties
|
|
# azure-cli requires ~=0.5.1; do not bump past 0.5.x without updating azure-cli.
|
|
version 0.5.2
|
|
categories-append devel
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
maintainers nomaintainer
|
|
|
|
description Read & write Java .properties files
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/jwodder/javaproperties
|
|
|
|
checksums rmd160 863d81288a7700f66407f911569f2889d7b61dd1 \
|
|
sha256 68add3438bd24d6e32665cad91f254fc82a51bf905e21f3f424a085c79904fb3 \
|
|
size 30244
|