64e0f0e692
- Convert to autoplist - Bump PORTREV
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clonedigger
|
|
PORTVERSION= 1.0.11
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTVERSION= ${PORTVERSION}-beta
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Detect similar code in Python and Java programs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|