openbsd-ports/www/p5-HTML-FormatText-WithLinks/Makefile

28 lines
549 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:52 ajacoutot Exp $
COMMENT = HTML to text conversion with links as footnotes
MODULES = cpan
DISTNAME = HTML-FormatText-WithLinks-0.11
REVISION = 0
CATEGORIES = www textproc
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
2010-11-22 03:36:47 -05:00
RUN_DEPENDS = www/p5-HTML-Format \
www/p5-HTML-Tree \
www/p5-URI
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>