freebsd-ports/misc/cloc/Makefile
Andrew Pantyukhin 9df2f491d8 Add port misc/cloc:
cloc counts blank lines, comment lines, and physical lines of source
code in many programming languages.

cloc contains code from David Wheeler's SLOCCount and Damian Conway and
Abigail's Perl module Regexp::Common.

WWW: http://cloc.sourceforge.net/
Author: Al Danial <al.danial@gmail.com>
2007-05-02 17:46:47 +00:00

28 lines
522 B
Makefile

# New ports collection makefile for: cloc
# Date created: 2 May 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cloc
PORTVERSION= 0.80
CATEGORIES= misc
MASTER_SITES= SF
EXTRACT_SUFX= .pl
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Counts lines of code
USE_PERL5_RUN= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ./${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
NO_BUILD= yes
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>