View | Details | Raw Unified | Return to bug 197572
Collapse All | Expand All

(-)py-pyramid/Makefile (-1 / +6 lines)
Lines 7-15 Link Here
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	jun-g@daemonfreaks.com
11
COMMENT=	Small, fast, web development framework by the Pylons community
11
COMMENT=	Small, fast, web development framework by the Pylons community
12
12
13
LICENSE=	REPOZE
14
LICENSE_NAME=	Repoze License
15
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
16
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
13
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:${PORTSDIR}/www/py-pastedeploy \
18
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:${PORTSDIR}/www/py-pastedeploy \
14
		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.4:${PORTSDIR}/devel/py-repoze.lru \
19
		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.4:${PORTSDIR}/devel/py-repoze.lru \
15
		${PYTHON_PKGNAMEPREFIX}translationstring>=0.4:${PORTSDIR}/textproc/py-translationstring \
20
		${PYTHON_PKGNAMEPREFIX}translationstring>=0.4:${PORTSDIR}/textproc/py-translationstring \

Return to bug 197572