16 lines
325 B
Makefile
16 lines
325 B
Makefile
|
COMMENT = compare semantic versioning
|
||
|
|
||
|
DISTNAME = semantic_puppet-1.0.4
|
||
|
CATEGORIES = devel
|
||
|
HOMEPAGE = https://github.com/puppetlabs/semantic_puppet-gem
|
||
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||
|
|
||
|
# Apache 2.0
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE = ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|