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

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	calendarserver
3
PORTNAME=	calendarserver
4
PORTVERSION=	5.1
4
PORTVERSION=	5.1
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	LOCAL/wg
7
MASTER_SITES=	LOCAL/wg
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 34-40 Link Here
34
OPTIONS_DEFAULT=	EXAMPLES DOCS
34
OPTIONS_DEFAULT=	EXAMPLES DOCS
35
.include <bsd.port.options.mk>
35
.include <bsd.port.options.mk>
36
36
37
USES=		shebangfix pgsql:9.0+ python \
37
USES=		shebangfix pgsql python \
38
		twisted:run,conch,mail,names,runner,web,words
38
		twisted:run,conch,mail,names,runner,web,words
39
USE_PYTHON=	autoplist distutils
39
USE_PYTHON=	autoplist distutils
40
40

Return to bug 201613