62ba14e6b7
- Add PORTSCOUT
24 lines
402 B
Makefile
24 lines
402 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chef-utils
|
|
PORTVERSION= 15.14.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 15
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Basic utility functions for Core Chef development
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^15\.
|
|
|
|
.include <bsd.port.mk>
|