23 lines
442 B
Makefile
23 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/10/19 07:54:24 espie Exp $
|
|
|
|
COMMENT= converts simple text to web constructs
|
|
|
|
DISTNAME= Text-Textile-2.03
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
HOMEPAGE= http://www.textism.com/tools/textile/
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|