1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-pastedeploy/Makefile
Wen Heping fdf6df8c25 - Update to 1.5.2 [1]
- Add LICENSE [1]
- Reset maintainer to ports@

PR:		198033 [1]
Submitted by:	jun-g@daemonfreaks.com [1]
2015-03-14 11:51:15 +00:00

22 lines
477 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= PasteDeploy
PORTVERSION= 1.5.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Load, configure, and compose WSGI applications and servers
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:${PORTSDIR}/www/py-paste
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>