freebsd-ports/devel/rubygem-semantic_puppet/Makefile
Michael Moll 7c9edf4937 new port: devel/rubygem-semantic_puppet
Library of tools used by Puppet to parse, validate, and compare Semantic
Versions and Version Ranges and to query and resolve module dependencies.

WWW: https://github.com/puppetlabs/semantic_puppet

Differential Revision:	https://reviews.freebsd.org/D2777
Approved by:	mat (mentor)
2015-06-11 14:16:07 +00:00

19 lines
352 B
Makefile

# $FreeBSD$
PORTNAME= semantic_puppet
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for working with Semantic Versions and module dependencies
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>