ports/textproc/p5-Pod-Spell/Makefile

20 lines
338 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = formatter for spellchecking pod
DISTNAME = Pod-Spell-1.26
CATEGORIES = textproc
# Artistic 2.0
PERMIT_PACKAGE = Yes
MODULES = cpan
BUILD_DEPENDS = devel/p5-File-ShareDir-Install>=0.06
RUN_DEPENDS = devel/p5-Class-Tiny \
devel/p5-File-ShareDir \
textproc/p5-Lingua-EN-Inflect
PKG_ARCH = *
.include <bsd.port.mk>