diff options
Diffstat (limited to 'www/p5-Apache-AuthenCache/Makefile')
-rw-r--r-- | www/p5-Apache-AuthenCache/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile deleted file mode 100644 index 80927d0967d7..000000000000 --- a/www/p5-Apache-AuthenCache/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: Apache-AuthenCache -# Date created: Sun Dec 31 19:59:31 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= Apache-AuthenCache -PORTVERSION= 1.00 -CATEGORIES= www perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CGILMORE -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl module that implements authentication caching - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Object.pm:${PORTSDIR}/devel/p5-Time-Object \ - ${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache \ - ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_APACHE= 13 - -PERL_CONFIGURE= yes - -MAN3= Apache::AuthenCache.3 - -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \; - -.include <bsd.port.mk> |