aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-WikiCreole/Makefile
blob: 5df3b7c98e22aebd8d827d16587c9711cf58911a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	Wiki::Creole
# Date created:			28 Sep 2008
# Whom:				Matthew Fuller <fullermd@over-yonder.net>
#
# $FreeBSD$
#

PORTNAME=		Text-WikiCreole
PORTVERSION=		0.07
CATEGORIES=		textproc perl5
MASTER_SITES=		CPAN
PKGNAMEPREFIX=		p5-

MAINTAINER=		fullermd@over-yonder.net
COMMENT=	Implementation of the Wiki Creole markup language

PERL_CONFIGURE=		yes

MAN3=			Text::WikiCreole.3

.include <bsd.port.mk>