1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/p5-Apache-Filter/Makefile
Sergey Skvortsov b7ad9cade4 Update dependency on www/p5-Apache-Test.
Pointed by:	kris
2004-04-03 10:56:26 +00:00

29 lines
739 B
Makefile

# 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.022
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= ports@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} \
${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAN3= Apache::Filter.3 Apache::PerlRunFilter.3 \
Apache::RegistryFilter.3
.include <bsd.port.mk>