1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/p5-Emplacken/Makefile
Andrej Zverev bc02afde05 - 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
2011-06-20 09:22:15 +00:00

38 lines
1.2 KiB
Makefile

# New ports collection makefile for: p5-Emplacken
# Date created: 2011-02-16
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
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>