freebsd-ports/www/p5-Catalyst-Plugin-SubRequest/Makefile
Frederic Culot a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00

28 lines
596 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-Catalyst-Plugin-SubRequest
# Date created: May 6, 2005
# Whom: Travis Campbell <hcoyote@ghostar.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-SubRequest
PORTVERSION= 0.17
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Make subrequests to actions in Catalyst
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Catalyst-Runtime>=5.80003:${PORTSDIR}/www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::SubRequest.3
.include <bsd.port.mk>