1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/p5-Apache-SSI/Makefile
Philip M. Gollucci 47a9c48310 - sync apache13 related EXPIRATION_DATE
With Hat:	apache@
2011-11-02 03:43:44 +00:00

33 lines
718 B
Makefile

# New ports collection makefile for: p5-Apache-SSI
# Date created: May 27 2001
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= Apache-SSI
PORTVERSION= 2.19
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Implement Server Side Includes in Perl
RUN_DEPENDS= ${SITE_PERL}/HTML/SimpleParse.pm:${PORTSDIR}/www/p5-HTML-SimpleParse \
${SITE_PERL}/${PERL_ARCH}/Apache/Constants.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS= ${RUN_DEPENDS}
DEPRECATED= depends on mod_perl
EXPIRATION_DATE= 2012-01-01
PERL_MODBUILD= yes
MAN3= Apache::SSI.3 \
Apache::FakeSSI.3
post-patch:
${REINPLACE_CMD} -e '/STDIN/d' ${WRKSRC}/t/lib/Apache/test.pm
.include <bsd.port.mk>