96a38c7c3a
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= webpy
|
|
PORTVERSION= 0.37
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://webpy.org/static/ \
|
|
CHEESESHOP
|
|
DISTNAME= web.py-${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Web Framework For Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= web.py
|
|
|
|
.include <bsd.port.mk>
|