mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2d7852dd48
* Add license * pet portlint Sponsored by: Absolight
22 lines
451 B
Makefile
22 lines
451 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
|
|
|
|
.include <bsd.port.mk>
|