opnsense-ports/textproc/p5-HTML-HTMLDoc/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

18 lines
366 B
Makefile

PORTNAME= HTML-HTMLDoc
PORTVERSION= 0.10
PORTREVISION= 2
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= ${RUN_DEPENDS}
RUN_DEPENDS= htmldoc>0:textproc/htmldoc
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>