ports/textproc/p5-Sourcecode-Spellchecker/Makefile

21 lines
334 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = perl module for spell-checking source code
DISTNAME = Sourcecode-Spellchecker-0.03
REVISION = 1
CATEGORIES = textproc devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
CPAN_AUTHOR = ZBLAIR
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/script/spellcheck_source.pl \
${PREFIX}/bin/
.include <bsd.port.mk>