1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/misc/rubygem-ohcount/Makefile
Eitan Adler 36ffb32d5a Remove whitespace after b.p.m to help reduce false postives when searching for other junk after b.p.m
Trivial non-functional change so maintainer not contacted

Submitted by:	Alex Kozlov
2012-02-08 14:01:32 +00:00

30 lines
659 B
Makefile

# New ports collection makefile for: ohcount
# Date created: 2009-05-31
# Whom: Edmondas Girkantas <eg@fbsd.lt>
#
# $FreeBSD$
#
PORTNAME= ohcount
PORTVERSION= 2.0.1
CATEGORIES= misc rubygems
MASTER_SITES= http://labs.ohloh.net/download/
MAINTAINER= eg@fbsd.lt
COMMENT= Ohcount is the source code line counter that powers Ohloh
RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \
ragel:${PORTSDIR}/devel/ragel
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ohcount
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>