18 lines
396 B
Makefile
18 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.5 2018/04/26 09:54:32 sebastia Exp $
|
|
|
|
COMMENT = compare semantic versioning
|
|
|
|
DISTNAME = semantic_puppet-1.0.2
|
|
CATEGORIES = devel
|
|
HOMEPAGE = https://github.com/puppetlabs/semantic_puppet-gem
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|