33 lines
601 B
Makefile
33 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.10 2017/04/29 20:54:53 jung Exp $
|
|
|
|
COMMENT= count lines of code
|
|
|
|
V= 1.72
|
|
DISTNAME= cloc-${V}
|
|
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= http://cloc.sourceforge.net/
|
|
|
|
MAINTAINER= Joerg Jung <jung@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= https://github.com/AlDanial/cloc/releases/download/v${V}/
|
|
|
|
NO_BUILD= Yes
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-Algorithm-Diff textproc/p5-Regexp-Common
|
|
BUILD_DEPENDS+= ${RUN_DEPENDS}
|
|
|
|
FAKE_FLAGS= prefix="${PREFIX}" \
|
|
man_prefix="${PREFIX}"
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
WRKBUILD= ${WRKSRC}/Unix
|
|
|
|
.include <bsd.port.mk>
|