diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-23 06:23:16 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-23 06:23:16 +0800 |
commit | 698a3cc0903ea7ba01b7771cda46ebcc630fbc82 (patch) | |
tree | 7383c98d5e83b3992afacab79225a9221116281b /www/p5-Apache-ParseFormData | |
parent | 4e5b3249c8b8df9b7871e8c1fdca5c19f13b18a3 (diff) | |
download | freebsd-ports-gnome-698a3cc0903ea7ba01b7771cda46ebcc630fbc82.tar.gz freebsd-ports-gnome-698a3cc0903ea7ba01b7771cda46ebcc630fbc82.tar.zst freebsd-ports-gnome-698a3cc0903ea7ba01b7771cda46ebcc630fbc82.zip |
mod_perl2 was updated, this changes are needet to prevent
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@
Diffstat (limited to 'www/p5-Apache-ParseFormData')
-rw-r--r-- | www/p5-Apache-ParseFormData/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-Apache-ParseFormData/Makefile b/www/p5-Apache-ParseFormData/Makefile index 29ac93092d12..5367c35cb0e7 100644 --- a/www/p5-Apache-ParseFormData/Makefile +++ b/www/p5-Apache-ParseFormData/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-ParseFormData PORTVERSION= 0.09 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |