mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
6a30c925f4
You can use it to produce PDF or PS files from a HTML-document. Currently many but not all parameters of HTMLDoc are supported. WWW: http://search.cpan.org/dist/HTML-HTMLDoc/ PR: ports/153955 Submitted by: Menshikov Konstantin <kostjnspb@yandex.ru> Feature safe: yes
26 lines
588 B
Makefile
26 lines
588 B
Makefile
# New ports collection makefile for: p5-HTML-HTMLDoc
|
|
# Date created: 13 January 2010
|
|
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-HTMLDoc
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= http://kostjn.spb.ru/freebsd/ \
|
|
CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kostjnspb@yandex.ru
|
|
COMMENT= Perl interface to the htmldoc program
|
|
|
|
BUILD_DEPENDS= htmldoc>0:${PORTSDIR}/textproc/htmldoc
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= HTML::HTMLDoc.3 HTML::HTMLDoc::PDF.3
|
|
|
|
.include <bsd.port.mk>
|