mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 16:50:29 -04:00
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= semantic_puppet
|
|
PORTVERSION= 1.0.2
|
|
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
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|