2004-01-20 00:57:03 +01:00
|
|
|
# New ports collection makefile for: p5-Text-WikiFormat
|
|
|
|
# Date created: Sat Jan 17 18:15:01 UTC 2004
|
|
|
|
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-WikiFormat
|
2007-08-26 10:15:24 +02:00
|
|
|
PORTVERSION= 0.79
|
2004-01-20 00:57:03 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-01-20 00:57:03 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-01-10 07:43:00 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-01-20 00:57:03 +01:00
|
|
|
COMMENT= Module for translating Wiki formatted text into other formats
|
|
|
|
|
2012-06-04 18:53:46 +02:00
|
|
|
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
2004-01-20 00:57:03 +01:00
|
|
|
|
2004-02-10 19:59:43 +01:00
|
|
|
PERL_MODBUILD= yes
|
2004-01-20 00:57:03 +01:00
|
|
|
|
2005-07-26 10:11:49 +02:00
|
|
|
MAN3= Text::WikiFormat.3 \
|
|
|
|
Text::WikiFormat::Blocks.3
|
2004-01-20 00:57:03 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|