aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile
blob: ead0a0727cbd06b1cd5cb9b95a8e9bf66f65f5f0 (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
# New ports collection makefile for:    p5-Apache-AxKit-Plugin-AddXSLParams-Request
# Date created:     1.8.2003
# Whom:             Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
#
# $FreeBSD$
#

PORTNAME=           Apache-AxKit-Plugin-AddXSLParams-Request
PORTVERSION=        1.01
CATEGORIES=         www perl5
MASTER_SITES=       ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON
PKGNAMEPREFIX=      p5-

MAINTAINER=         hansjoerg.pehofer@uibk.ac.at
COMMENT=            Provides a way to pass info from the Apache::Request to XSLT params

RUN_DEPENDS=        ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
RUN_DEPENDS+=       ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
RUN_DEPENDS+=       ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit
BUILD_DEPENDS=      ${RUN_DEPENDS}

PERL_CONFIGURE=     yes

MAN3=               Apache::AxKit::Plugin::AddXSLParams::Request.3

.include <bsd.port.mk>