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

23 lines
460 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.16 2011/11/12 20:01:56 dhill 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>