24 lines
448 B
Makefile
24 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.16 2020/07/03 21:45:48 sthen Exp $
|
|
|
|
COMMENT = formatter for spellchecking pod
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = Pod-Spell-1.20
|
|
CATEGORIES = textproc
|
|
REVISION = 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
BUILD_DEPENDS = devel/p5-File-ShareDir-Install
|
|
|
|
RUN_DEPENDS = devel/p5-Class-Tiny \
|
|
devel/p5-File-ShareDir \
|
|
devel/p5-Path-Tiny \
|
|
textproc/p5-Lingua-EN-Inflect
|
|
TEST_DEPENDS = devel/p5-Test-Deep
|
|
|
|
.include <bsd.port.mk>
|