diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 10:35:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 10:35:18 +0800 |
commit | dbee286145d005f5d396e08b750c35a22f8e3a84 (patch) | |
tree | 4c99ccdfbaf00da7a8697b7413d596872461fc3f /www | |
parent | d2561afee591645dc70fbe8154a080fe888951a8 (diff) | |
download | freebsd-ports-gnome-dbee286145d005f5d396e08b750c35a22f8e3a84.tar.gz freebsd-ports-gnome-dbee286145d005f5d396e08b750c35a22f8e3a84.tar.zst freebsd-ports-gnome-dbee286145d005f5d396e08b750c35a22f8e3a84.zip |
category is perl5, not perl
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-SubProcess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-SubProcess/Makefile b/www/p5-Apache-SubProcess/Makefile index f920ad2623f9..b7c64e88fb0a 100644 --- a/www/p5-Apache-SubProcess/Makefile +++ b/www/p5-Apache-SubProcess/Makefile @@ -7,7 +7,7 @@ PORTNAME= Apache-SubProcess PORTVERSION= 0.03 -CATEGORIES= www perl +CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- |