Prune devel/py-EnthoughtBase
[dports.git] / devel / py-paver / Makefile
1 # Created by: William Grzybowski <wg@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       paver
5 PORTVERSION=    1.2.3
6 CATEGORIES=     devel
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 DISTNAME=       Paver-${PORTVERSION}
10
11 MAINTAINER=     wg@FreeBSD.org
12 COMMENT=        Easy build, distribution and deployment scripting
13
14 USES=           python
15 USE_PYTHON=     autoplist distutils
16
17 .include <bsd.port.mk>