diff options
author | swills <swills@FreeBSD.org> | 2012-03-18 19:08:16 +0000 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-18 19:08:16 +0000 |
commit | cb414abaca3d8c638e178e49daebe767d9fead0f (patch) | |
tree | 6d60d5af9e88e1fb146c38358f6deeb6f201d45d | |
parent | 68eb5dbacfc8e2f8dc1253613e9e4dc97ab5f107 (diff) | |
download | FreeBSD-ports-cb414abaca3d8c638e178e49daebe767d9fead0f.zip FreeBSD-ports-cb414abaca3d8c638e178e49daebe767d9fead0f.tar.gz |
- Mark DEPRECATED since it only works with mod_perl 1 which is gone
Feature safe: yes
-rw-r--r-- | www/p5-Apache-AddHostPath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-AddHostPath/Makefile b/www/p5-Apache-AddHostPath/Makefile index 57363c2..1bac23b 100644 --- a/www/p5-Apache-AddHostPath/Makefile +++ b/www/p5-Apache-AddHostPath/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface for transforming a requested URI based on host/port +DEPRECATED= Only works with mod_perl 1 which is removed +EXPIRATION_DATE= 2012-04-18 + MAKE_JOBS_SAFE= yes PERL_CONFIGURE= yes |