aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-HTMLDoc/Makefile
blob: 45de51e81a72e57f766efd1478b312d5db02af2b (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:textproc/htmldoc
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>