mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
35 lines
841 B
Makefile
35 lines
841 B
Makefile
# New ports collection makefile for: p5-Apache-Compress
|
|
# Date created: Sep 09 2003
|
|
# Whom: Martin Matuska <martin@tradex.sk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Apache-Compress
|
|
PORTVERSION= 1.003
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Apache/KWILLIAMS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= martin@tradex.sk
|
|
COMMENT= Auto-compress web files with Gzip
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \
|
|
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Apache::Compress.3
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for docfile in README Changes
|
|
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|