openbsd-ports/www/p5-HTML-Format/Makefile

20 lines
376 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:44:45 espie Exp $
2001-12-26 18:23:25 -05:00
COMMENT= HTML text formating class
2001-12-26 18:23:25 -05:00
MODULES= cpan
DISTNAME= HTML-Format-2.10
CATEGORIES= www devel
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2001-12-26 18:23:25 -05:00
2003-10-18 15:44:41 -04:00
# GPL
2001-12-26 18:23:25 -05:00
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-File-Slurp \
www/p5-HTML-Tree \
2010-11-22 03:36:47 -05:00
textproc/p5-Font-AFM
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl modbuild
2001-12-26 18:23:25 -05:00
.include <bsd.port.mk>