b597e2f4a9
PR: 100647 Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
32 lines
766 B
Makefile
32 lines
766 B
Makefile
# New ports collection makefile for: p5-HTML-WikiConverter-MoinMoin
|
|
# Date created: 2006/06/27
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-WikiConverter-MoinMoin
|
|
PORTVERSION= 0.53
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan.tw@gmail.com
|
|
COMMENT= Convert HTML to MoinMoin markup
|
|
|
|
BUILD_DEPENDS= p5-HTML-WikiConverter>=0.60:${PORTSDIR}/www/p5-HTML-WikiConverter \
|
|
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::WikiConverter::MoinMoin.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>
|