freebsd-ports/www/py-pyramid_rpc/Makefile
Li-Wen Hsu 63103d52ec - Stage
- Drop easy_install
- Use auto pk-plist

PR:		ports/188771
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-22 07:48:59 +00:00

20 lines
465 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
PORTNAME= pyramid_rpc
PORTVERSION= 0.5.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= RPC support for the Pyramid web framework
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyramid>=0:${PORTSDIR}/www/py-pyramid
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>