ports/textproc/p5-HTML-HTMLDoc/Makefile
Andrej Zverev 8aceb315c5 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 16:48:41 +00:00

23 lines
496 B
Makefile

# Created by: Konstantin Menshikov <kostjnspb@yandex.ru>
# $FreeBSD$
PORTNAME= HTML-HTMLDoc
PORTVERSION= 0.10
PORTREVISION= 1
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
MAN3= HTML::HTMLDoc.3 HTML::HTMLDoc::PDF.3
.include <bsd.port.mk>