7c9edf4937
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)
19 lines
352 B
Makefile
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>
|