19 lines
345 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:10 naddy Exp $
2006-11-04 17:31:48 +00:00
COMMENT= converts simple text to web constructs
2006-11-04 17:31:48 +00:00
DISTNAME = Text-Textile-2.13
CATEGORIES= textproc
2006-11-04 17:31:48 +00:00
HOMEPAGE = https://github.com/bradchoate/text-textile/
2006-11-04 17:31:48 +00:00
# Perl
PERMIT_PACKAGE_CDROM = Yes
2006-11-04 17:31:48 +00:00
MODULES = cpan
PKG_ARCH = *
2006-11-04 17:31:48 +00:00
TEST_DEPENDS = devel/p5-Test-Harness
2006-11-04 17:31:48 +00:00
.include <bsd.port.mk>