mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
ChangeLog: https://github.com/puppetlabs/puppet-modulebuilder/blob/main/CHANGELOG.md#v202---2024-09-24 With hat: puppet
19 lines
473 B
Makefile
19 lines
473 B
Makefile
PORTNAME= puppet-modulebuilder
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= Reference implementation for building Puppet modules from source
|
|
WWW= https://github.com/puppetlabs/puppet-modulebuilder
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-minitar0>=0.9<1:archivers/rubygem-minitar0 \
|
|
rubygem-pathspec>=0.2.1:devel/rubygem-pathspec
|
|
|
|
USES= gem
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|