a6f2108daf
please note that the author advices to switch to use Pod::Simple::HTML (textproc/p5-Pod-Simple) instead of this module.
23 lines
519 B
Makefile
23 lines
519 B
Makefile
# $OpenBSD: Makefile,v 1.8 2008/10/05 21:51:18 jasper Exp $
|
|
|
|
COMMENT= generate HTML from files containing POD documentation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= PodToHTML-0.08
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-HTML-Format->=1.23:www/p5-HTML-Format \
|
|
:p5-URI->=1.37:www/p5-URI
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|