mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
89421aa2db
As announced in the [2025Q4] status report, the legacy ports for Open Source Puppet (which were abandonned by Perforce following the aquisition of Puppetlabs), are now deprecated and scheduled for removal in a few months. Switching from Puppet to OpenVox is relatively straightforward: when installing the replacement for a deprecated component, pkg(8) will detect a conflict between the legacy component and the new one and will prompt you to remove the deprecated package, which is the right course of action. For more details, refer to the [2025Q4] status report. [2025Q4]: https://www.freebsd.org/status/report-2025-10-2025-12/#_openvox_puppet With hat: puppet
25 lines
557 B
Makefile
25 lines
557 B
Makefile
PORTNAME= puppet-strings
|
|
PORTVERSION= 5.0.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Puppet documentation extraction and presentation tool
|
|
WWW= https://github.com/puppetlabs/puppet-strings
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Discontinued, use textproc/rubygem-openvox-strings
|
|
EXPIRATION_DATE=2026-07-01
|
|
|
|
RUN_DEPENDS= puppet:sysutils/puppet8 \
|
|
rubygem-rgen>=0:devel/rubygem-rgen \
|
|
rubygem-yard>=0.9.5<0.10:textproc/rubygem-yard
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|