aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-CommandLine/Makefile
blob: 366075a8693d9b86c92acf6c55f829c89e7c2410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	p5-Catalyst-Plugin-CommandLine
# Date created:				Wed 22 Apr 2009
# Whom:					Alexey V. Degtyarev <alexey@renatasystems.org>
#
# $FreeBSD$
#

PORTNAME=	Catalyst-Plugin-CommandLine
PORTVERSION=	0.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	alexey@renatasystems.org
COMMENT=	Catalyst plugin to make controllers or models available for scripts

BUILD_DEPENDS=	${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
		${SITE_PERL}/URI/http.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Plugin::CommandLine.3

.include <bsd.port.mk>