pkgsrc-wip/py-clonedigger/Makefile
Kamel Ibn Aziz Derouiche f9157a3a50 Import py25-clonedigger-1.0.9 as wip/py-clonedigger.
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
2009-11-24 14:47:44 +00:00

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"