diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-21 01:27:52 +0800 |
commit | bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66 (patch) | |
tree | 0568d65daffcf341d48d7a3227af1e668328225a /www/p5-Apache-AuthTicket | |
parent | d556b7fc223f0d881ea168a584545ca3278e9756 (diff) | |
download | freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.gz freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.tar.zst freebsd-ports-gnome-bb1dbd525b77581fe2c3f1a8a08bcd09858c4e66.zip |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Diffstat (limited to 'www/p5-Apache-AuthTicket')
-rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 893c139292af..a2fd53f922ec 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-AuthTicket PORTVERSION= 0.93 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,7 +28,7 @@ MAN3= Apache::AuthTicket.3 \ Apache::AuthTicket::Base.3 \ Apache2::AuthTicket.3 -USE_APACHE= 1.3+ +USE_APACHE= 13+ .include <bsd.port.pre.mk> |