openbsd-ports/textproc/p5-tkispell/Makefile

23 lines
409 B
Makefile
Raw Normal View History

2011-09-16 07:41:38 -04:00
# $OpenBSD: Makefile,v 1.10 2011/09/16 11:41:41 espie Exp $
COMMENT= Perl/Tk graphical user interface to GNU ispell
DISTNAME= tkispell-0.18
2011-09-16 07:41:38 -04:00
REVISION= 2
2007-01-17 10:36:45 -05:00
CATEGORIES= textproc
2007-01-17 10:36:45 -05:00
CPAN_AUTHOR= RKIES
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-01-17 10:36:45 -05:00
MODULES= cpan
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= x11/p5-Tk \
textproc/ispell
.include <bsd.port.mk>