head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.09.22.09;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.09.16.44.16;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Emplacken
# Date created:		2011-02-16
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-Emplacken/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Emplacken
PORTVERSION=	0.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DROLSKY
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@@gslin.org
COMMENT=	Manage multiple plack apps with a directory of config files

RUN_DEPENDS=	p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
		p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
		p5-File-Pid>=0:${PORTSDIR}/devel/p5-File-Pid \
		p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
		p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \
		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
		p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
		p5-MooseX-Types-Perl>=0:${PORTSDIR}/devel/p5-MooseX-Types-Perl \
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
		p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
		p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean

PERL_CONFIGURE=	yes

MAN3=		Emplacken.3 \
		Emplacken::Types.3

.include <bsd.port.mk>
@


1.2
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Emplacken is a tool for managing a set of Plack applications based on
config files. It also adds support for privilege dropping and error
logs to those Plack servers that don't support these features
natively.

It works be reading a config file and using that to generate a PSGI
application file based on your config. It knows how to generate
Catalyst, Mojo, and Mason app files natively. For other apps, or more
complicated setups, you can supply a template to Emplacken and it
will use that to generate the PSGI app.

WWW:	http://search.cpan.org/dist/Emplacken/

PR:		ports/154812
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/D/DR/DROLSKY
@

