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)
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# Created by: Andrew Maltsev <am@amsoft.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruboard
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= www russian
|
|
MASTER_SITES= http://amsoft.ru/pub/ruboard/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Web based discussion board
|
|
|
|
USES= perl5
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|