mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
5ad5b1b77e
PR: ports/99545 Submitted by: chinsan <chinsan.tw@gmail.com>
33 lines
758 B
Makefile
33 lines
758 B
Makefile
# New ports collection makefile for: p5-HTML-WikiConverter-UseMod
|
|
# Date created: 2006/06/27
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-WikiConverter-UseMod
|
|
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 UseMod 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::UseMod.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>
|