20 lines
338 B
Makefile
20 lines
338 B
Makefile
|
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>
|