mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
cdfb925f1b
PR: 95020 Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
37 lines
941 B
Makefile
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>
|