blob: e49eb197078a7672a3aa88ce1ca3534e8de0b486 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
# $FreeBSD$
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= htmldoc>0:${PORTSDIR}/textproc/htmldoc
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|