mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
9fb1ef4c3a
response to email. Hat: portmgr
26 lines
595 B
Makefile
26 lines
595 B
Makefile
# New ports collection makefile for: p5-HTML-WikiConverter-MediaWiki
|
|
# Date created: 2006/06/27
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-WikiConverter-MediaWiki
|
|
PORTVERSION= 0.59
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Convert HTML to MediaWiki markup
|
|
|
|
BUILD_DEPENDS= p5-HTML-WikiConverter>=0.63:${PORTSDIR}/www/p5-HTML-WikiConverter \
|
|
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= HTML::WikiConverter::MediaWiki.3
|
|
|
|
.include <bsd.port.mk>
|