Files
2023-09-27 18:08:55 +00:00

22 lines
337 B
Makefile

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