26 lines
481 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:48 ajacoutot Exp $
2006-11-05 09:50:13 +00:00
COMMENT= Textile for Catalyst
2006-11-05 09:50:13 +00:00
DISTNAME= Catalyst-Plugin-Textile-0.01
REVISION= 2
CATEGORIES= textproc
2006-11-05 09:50:13 +00:00
2007-05-05 17:44:50 +00:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-05 09:50:13 +00:00
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-10-19 07:54:21 +00:00
USE_GROFF = Yes
2006-11-05 09:50:13 +00:00
2010-11-20 19:56:47 +00:00
RUN_DEPENDS= textproc/p5-Text-Textile \
www/p5-Catalyst-Runtime
2006-11-05 09:50:13 +00:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>