1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/misc/cloc/Makefile

30 lines
627 B
Makefile
Raw Normal View History

# New ports collection makefile for: cloc
# Date created: 2 May 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cloc
2011-11-06 15:32:14 +00:00
PORTVERSION= 1.55
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
EXTRACT_SUFX= .pl
2008-09-07 09:59:30 +00:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= Counts lines of code
2008-02-16 17:47:50 +00:00
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>