26 lines
616 B
Makefile
26 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/08/22 09:43:28 wiz Exp $
|
|
|
|
DISTNAME= cloc-1.76
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=AlDanial/}
|
|
GITHUB_PROJECT= cloc
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/AlDanial/cloc
|
|
COMMENT= Count lines of code
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= perl:run gmake
|
|
|
|
DEPENDS+= p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff
|
|
DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
|
|
|
|
REPLACE_PERL+= Unix/cloc
|
|
|
|
NO_BUILD= yes
|
|
BUILD_DIRS= Unix
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|