aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-MasonX-Interp-WithCallbacks/Makefile
blob: 55acfe6d9e140fd7ce235c007f0bbcce20621e52 (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
27
28
29
30
31
32
# New ports collection makefile for:    p5-MasonX-Interp-WithCallbacks
# Date created:         May 21, 2004
# Whom:             Rod Taylor <ports@rbt.ca>
#
# $FreeBSD$
#

PORTNAME=   MasonX-Interp-WithCallbacks
PORTVERSION=    1.15
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MasonX/DWHEELER
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@rbt.ca
COMMENT=    Mason callback support via Params::CallbackRequest

BUILD_DEPENDS=  ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
        ${SITE_PERL}/Params/CallbackRequest.pm:${PORTSDIR}/devel/p5-Params-CallbackRequest
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_MODBUILD=  yes

MAN3=       MasonX::Interp::WithCallbacks.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800 # inherited from devel/p5-Exception-Class
IGNORE= requires at least Perl 5.8.  Please install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>