diff options
Diffstat (limited to 'www/p5-Apache-Compress/Makefile')
-rw-r--r-- | www/p5-Apache-Compress/Makefile | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/www/p5-Apache-Compress/Makefile b/www/p5-Apache-Compress/Makefile deleted file mode 100644 index 8e7e4412ee9f..000000000000 --- a/www/p5-Apache-Compress/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: p5-Apache-Compress -# Date created: Sep 09 2003 -# Whom: Martin Matuska <mm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Apache-Compress -PORTVERSION= 1.005 -PORTREVISION= 1 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Auto-compress web files with Gzip - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl - -DEPRECATED= depends on mod_perl -EXPIRATION_DATE= 2012-01-01 - -PERL_CONFIGURE= yes - -MAN3= Apache::Compress.3 -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -BUILD_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> |