Tweak devel/adime version 2.2.1_3
[dports.git] / devel / py-clint / Makefile
1 # Created by: Nicola Vitale <nivit@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       clint
5 PORTVERSION=    0.4.1
6 #PORTREVISION=  0
7 CATEGORIES=     devel
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     nivit@FreeBSD.org
12 COMMENT=        Python command-line application tools
13
14 LICENSE=        ISCL
15
16 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}args>=0.1.0:${PORTSDIR}/devel/py-args
17
18 USES=           python
19 USE_PYTHON=     autoplist distutils
20
21 .include <bsd.port.mk>