head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.12.30.12.50.04;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309655
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309655 | jgh | 2012-12-30 08:11:08 +0000 (Sun, 30 Dec 2012) | 10 lines
## SVN ##
## SVN ## - add new port: www/p5-Catalyst-Plugin-StatusMessage
## SVN ##
## SVN ## Handle passing of status (success and error) messages between screens of
## SVN ## a web application.
## SVN ##
## SVN ## WWW: http://search.cpan.org/dist/Catalyst-Plugin-StatusMessage/
## SVN ##
## SVN ## PR:		174737
## SVN ## Submitted by:	fw@@moov.de
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/www/p5-Catalyst-Plugin-StatusMessage/Makefile 309655 2012-12-30 08:11:08Z jgh $

PORTNAME=	Catalyst-Plugin-StatusMessage
PORTVERSION=	1.002000
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	fw@@moov.de
COMMENT=	Handle passing of status (success and error) messages

BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	YES

MAN3=		Catalyst::Plugin::StatusMessage.3

.include <bsd.port.mk>
@
