1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/p5-Catalyst-Plugin-DefaultEnd/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

25 lines
537 B
Makefile

# Ports collection makefile for: p5-Catalyst-Plugin-DefaultEnd
# Date created: Nov 16, 2005
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-DefaultEnd
PORTVERSION= 0.08
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Sensible default end action
RUN_DEPENDS= p5-Catalyst-Runtime>=5.2000:${PORTSDIR}/www/p5-Catalyst-Runtime
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Plugin::DefaultEnd.3
.include <bsd.port.mk>