b366a2b53a
over 70 popular programming languages, and has been used to count over 3 billion lines of code by 200,000 developers! Ohcount does more than just count lines of code. It can also detect popular open source licenses such as GPL within a large directory of source code. It can also detect code that targets a particular programming API, such as Win32 or KDE. WWW: http://labs.ohloh.net/ohcount/ PR: ports/135140 Submitted by: Edmondas Girkantas <eg at fbsd.lt>
26 lines
593 B
Makefile
26 lines
593 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
|
|
|
|
BUILD_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \
|
|
ragel:${PORTSDIR}/devel/ragel
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/ohcount
|
|
|
|
.include <bsd.port.mk>
|