ports/misc/cloc/Makefile
Danilo Egea Gondolfo 9a3f3ada97 - Update to 1.80
2018-10-06 09:25:57 +00:00

28 lines
493 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloc
PORTVERSION= 1.80
DISTVERSIONPREFIX= v
CATEGORIES= misc
MAINTAINER= danilo@FreeBSD.org
COMMENT= Counts lines of code
LICENSE= GPLv2
RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
USES= perl5
USE_GITHUB= yes
GH_ACCOUNT= AlDanial
USE_PERL5= run
PLIST_FILES= bin/${PORTNAME}
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>