blob: 42f333fc41cf11a9582cfa33d5295dfbd6e9059e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
WWW= https://metacpan.org/release/HTML-HTMLDoc
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= htmldoc>0:textproc/htmldoc
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|