1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/p5-HTML-HTMLDoc/Makefile
2021-04-06 16:31:07 +02:00

21 lines
424 B
Makefile

# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
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>