c83af6605b
markup. PR: ports/99543 Submitted by: chinsan <chinsan.tw@gmail.com>
32 lines
766 B
Makefile
32 lines
766 B
Makefile
# New ports collection makefile for: p5-HTML-WikiConverter-TikiWiki
|
|
# Date created: 2006/06/27
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-WikiConverter-TikiWiki
|
|
PORTVERSION= 0.50
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan.tw@gmail.com
|
|
COMMENT= Convert HTML to TikiWiki markup
|
|
|
|
BUILD_DEPENDS= p5-HTML-WikiConverter>=0.54:${PORTSDIR}/www/p5-HTML-WikiConverter \
|
|
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::WikiConverter::TikiWiki.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= requires perl 5.8.x or later due to Unicode escapes
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|