forked from Lainports/freebsd-ports
20 lines
326 B
Makefile
20 lines
326 B
Makefile
# Created by: 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
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/bacon
|
|
|
|
.include <bsd.port.mk>
|