openbsd-ports/textproc/diction/Makefile
2022-03-11 20:02:12 +00:00

22 lines
350 B
Makefile

COMMENT = sentence grammar and readability analyzer
CATEGORIES = textproc
DISTNAME = diction-1.11
REVISION = 0
HOMEPAGE = https://www.gnu.org/software/diction/
MASTER_SITES = ${MASTER_SITE_GNU:=diction/}
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
WANTLIB += c m
# GPLv3+
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>