freebsd-ports/www/p5-Kwiki/Makefile
Cheng-Lung Sung bf032e1dd8 - update to 0.38
- from Changes:
  - Tweak for Kwiki-HomePagePreference
  - Allow the hub to be hooked.
  - Socialtext changes
  - Allow ; in addition to & in query strings
  - Get rid of -M operators
  - Make redirects RFC compliant
  - Refactored themes
  - empty links cause double page loads
  - Refactors to get rid of hub connections
  - eliminate use_class
  - COmment support
  - Kwid Formatter for Spork
  - Also prints command usage from plugins.
  - copyright 2005
  - tweak space on usage()
  - eliminate cleanup undef warning when doing 'kwiki -update'
2005-04-06 02:45:33 +00:00

63 lines
1.4 KiB
Makefile

# 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= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>