diff options
author | Michael Moll <mmoll@FreeBSD.org> | 2015-06-14 18:14:35 +0000 |
---|---|---|
committer | Michael Moll <mmoll@FreeBSD.org> | 2015-06-14 18:14:35 +0000 |
commit | 164737fbd1c958f44ebfbbb15b7ba89b2ae52c96 (patch) | |
tree | 03dfcfbb4984e720cdcfc9a903991f46bc6f84a4 /sysutils/rubygem-librarian-puppet/Makefile | |
parent | 1e9e2156ea908324b8816098d4c7f029d827ccc6 (diff) | |
download | ports-164737fbd1c958f44ebfbbb15b7ba89b2ae52c96.tar.gz ports-164737fbd1c958f44ebfbbb15b7ba89b2ae52c96.zip |
Notes
Diffstat (limited to 'sysutils/rubygem-librarian-puppet/Makefile')
-rw-r--r-- | sysutils/rubygem-librarian-puppet/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/rubygem-librarian-puppet/Makefile b/sysutils/rubygem-librarian-puppet/Makefile index 7370f890ac5d..d044799d48c6 100644 --- a/sysutils/rubygem-librarian-puppet/Makefile +++ b/sysutils/rubygem-librarian-puppet/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= librarian-puppet -PORTVERSION= 0.9.17 +PORTVERSION= 2.2.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -9,10 +9,13 @@ MAINTAINER= robak@FreeBSD.org COMMENT= Tool for management and bundling Puppet modules LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PKGNAMEPREFIX}json>=0:${PORTSDIR}/devel/rubygem-json \ - ${PKGNAMEPREFIX}librarian>=0.1.2:${PORTSDIR}/devel/rubygem-librarian +RUN_DEPENDS= ${PKGNAMEPREFIX}librarianp>=0.6.3:${PORTSDIR}/devel/rubygem-librarianp \ + ${PKGNAMEPREFIX}puppet_forge>=1.0:${PORTSDIR}/sysutils/rubygem-puppet_forge \ + ${PKGNAMEPREFIX}rsync>0:${PORTSDIR}/net/rubygem-rsync +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |