22 lines
404 B
Makefile
22 lines
404 B
Makefile
# New ports collection makefile for: rubygem-bacon
|
|
# Date created: 2012-06-04
|
|
# Whom: Charlie & <root@meatwad.mouf.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bacon
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Bacon is a small RSpec clone
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/bacon
|
|
|
|
.include <bsd.port.mk>
|