summaryrefslogtreecommitdiff
path: root/www/p5-Kwiki/Makefile
blob: 9e2d0a8a720ee40acb101168f152408df6e654e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# New ports collection makefile for:	p5-Kwiki
# Date created:				Sat Jul 17 16:00:09 CST 2004
# Whom:	      				Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#

PORTNAME=	Kwiki
PORTVERSION=	0.38
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Kwiki
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	The Kwiki Wiki Building Framework

BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
		${SITE_PERL}/Spoon.pm:${PORTSDIR}/devel/p5-Spoon
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		kwiki.1
MAN3=		Kwiki.3 \
		Kwiki::Archive.3 \
		Kwiki::Base.3 \
		Kwiki::CGI.3 \
		Kwiki::Command.3 \
		Kwiki::Config.3 \
		Kwiki::ContentObject.3 \
		Kwiki::Cookie.3 \
		Kwiki::CSS.3 \
		Kwiki::Display.3 \
		Kwiki::Edit.3 \
		Kwiki::Formatter.3 \
		Kwiki::Files.3 \
		Kwiki::Hub.3 \
		Kwiki::Icons.3 \
		Kwiki::Installer.3 \
		Kwiki::Javascript.3 \
		Kwiki::Pages.3 \
		Kwiki::Plugin.3 \
		Kwiki::Preferences.3 \
		Kwiki::Registry.3 \
		Kwiki::Status.3 \
		Kwiki::Template.3 Kwiki::Template::TT2.3 \
		Kwiki::Theme.3 Kwiki::Theme::Basic.3 \
		Kwiki::Toolbar.3 \
		Kwiki::Users.3 \
		Kwiki::WebFile.3 \
		Kwiki::Widgets.3

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>