opnsense-ports/devel/py-paver/Makefile
Franco Fichtner 0024529eb1 */*: sync with upstream
Taken from: FreeBSD
2017-04-11 07:11:01 +02:00

17 lines
369 B
Makefile

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