freebsd-ports/www/p5-Catalyst-Plugin-CommandLine/Makefile
Martin Wilke 271ee243cd Use this module if you need to have access to the Catalyst controllers or
models from command line script.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-CommandLine/

PR:		ports/133923
Submitted by:	Alexey V. Degtyarev <alexey at renatasystems.org>
2009-04-23 17:06:40 +00:00

26 lines
713 B
Makefile

# 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>