20 lines
391 B
Makefile
20 lines
391 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= semantic_puppet
|
|
PORTVERSION= 0.1.4
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-gettext-setup>=0.3:devel/rubygem-gettext-setup
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|