aboutsummaryrefslogblamecommitdiff
path: root/www/p5-Apache-Filter/Makefile
blob: 1b1d2c441c84c7c66b379b58cdc7915bd36f5c5d (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                            
                     
                         
                    

                   
                                
                                                                    
 
                                                                              
                              





                                                          

                      
# New ports collection makefile for:	p5-Apache-Filter
# Date created:				March 30th 2001
# Whom:	      				Alex Kapranoff <kapr@crosswinds.net>
#
# $FreeBSD$
#

PORTNAME=	Apache-Filter
PORTVERSION=	1.024
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to alter the output of previous handlers

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes
INSTALL_TARGET=	pure_install

MAN3=		Apache::Filter.3 Apache::PerlRunFilter.3 \
		Apache::RegistryFilter.3

.include <bsd.port.mk>