freebsd-ports/devel/py-paver/Makefile

19 lines
387 B
Makefile
Raw Normal View History

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= paver
PORTVERSION= 1.2.2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Paver-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Easy build, distribution and deployment scripting
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>