openbsd-ports/sysutils/ruby-puppet/Makefile
ajacoutot f615377661 Split ruby-puppet:
* move the current port to ruby-puppet/3
* add a new puppet-2.7.X port under ruby-puppet/2

This allows us to ship with 2 different versions of Puppet. Since the
Enterprise version is still running 2.7, we want to have a matching
client because running puppet3 against a puppet2 server is highly
discouraged and will mostly no work correctly.

ok jasper@, robert@ (maintainer)
2013-03-08 16:12:47 +00:00

8 lines
141 B
Makefile

# $OpenBSD: Makefile,v 1.54 2013/03/08 16:12:47 ajacoutot Exp $
SUBDIR =
SUBDIR += 2
SUBDIR += 3
.include <bsd.port.subdir.mk>