1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/p5-HTML-WikiConverter/Makefile
Emanuel Haupt cdfb925f1b Update to 0.52
PR:		95020
Submitted by:	chinsan <chinsan.tw@gmail.com> (maintainer)
2006-04-10 14:48:07 +00:00

37 lines
941 B
Makefile

# New ports collection makefile for: p5-HTML-WikiConverter
# Date created: 2005/12/08
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= HTML-WikiConverter
PORTVERSION= 0.52
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan.tw@gmail.com
COMMENT= An HTML to wiki markup converter
BUILD_DEPENDS= ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= html2wiki.1
MAN3= HTML::WikiConverter.3 \
HTML::WikiConverter::Dialects.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= uses Unicode escapes and there requires perl 5.8.x or later
.endif
.include <bsd.port.post.mk>