1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/p5-HTML-FormatText-WithLinks-AndTables/Makefile

28 lines
693 B
Makefile

# New ports collection makefile for: p5-HTML-FormatText-WithLinks-AndTables
# Date created: 2012-08-15
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-FormatText-WithLinks-AndTables
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to convert HTML to text with tables in tact
BUILD_DEPENDS= p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}
PERL_CONFIGURE= yes
MAN3= HTML::FormatText::WithLinks::AndTables.3
.include <bsd.port.mk>