1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/misc/cloc/Makefile
Andrew Pantyukhin 7d13f10485 - Update to 1.03
2008-02-16 17:47:50 +00:00

30 lines
593 B
Makefile

# New ports collection makefile for: cloc
# Date created: 2 May 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cloc
PORTVERSION= 1.03
CATEGORIES= misc
MASTER_SITES= SF
EXTRACT_SUFX= .pl
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Counts lines of code
RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff
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>