diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:20:28 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:20:28 +0000 |
commit | aaf92181710ea23b964f7cccd9c2b31e2e863d2a (patch) | |
tree | 92a4f2502c04942ec1c80343d14e1b7911631fd0 /www/p5-Apache-AuthenCache/Makefile | |
parent | 339e1d344b5f7264125adc11c4943f0616b1de1e (diff) | |
download | ports-aaf92181710ea23b964f7cccd9c2b31e2e863d2a.tar.gz ports-aaf92181710ea23b964f7cccd9c2b31e2e863d2a.zip |
Notes
Diffstat (limited to 'www/p5-Apache-AuthenCache/Makefile')
-rw-r--r-- | www/p5-Apache-AuthenCache/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile new file mode 100644 index 000000000000..3d02847921bf --- /dev/null +++ b/www/p5-Apache-AuthenCache/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Apache-AuthenCache +# Date created: Sun Dec 31 19:59:31 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Apache-AuthenCache +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/www/p5-Tie-IxHash + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::AuthenCache.3 + +.include <bsd.port.mk> |