Clone Digger aimed to detect similar code in Python and Java programs. The synonyms for the term "similar code" are "clone" and "duplicate code". It is an important package that can help in the developement of python, please test it
22 lines
636 B
Makefile
22 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 14:47:44 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= clonedigger-1.0.9-beta
|
|
PKGNAME= ${PYPKGPREFIX}-clonedigger-1.0.9
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/c/clonedigger/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://clonedigger.sourceforge.net/
|
|
COMMENT= Clone Digger aimed to detect similar code in Python
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../devel/py-readline/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|