20 lines
321 B
Makefile
20 lines
321 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:54 sthen Exp $
|
|
|
|
COMMENT= Perl/Tk graphical user interface to GNU ispell
|
|
|
|
DISTNAME= tkispell-0.18
|
|
REVISION= 3
|
|
CATEGORIES= textproc
|
|
|
|
CPAN_AUTHOR= RKIES
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
RUN_DEPENDS= x11/p5-Tk \
|
|
textproc/ispell
|
|
|
|
.include <bsd.port.mk>
|