diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-08-20 07:41:33 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-08-20 07:41:33 +0000 |
commit | 91dc86c4a6b51f7d3b28828fb578df35f3e5ef99 (patch) | |
tree | 227a9e3f82249a3cf5df809b8cb4ef90442b5223 | |
parent | bdaa18601049f69e7a6c9bfc68a615f5dba73b1a (diff) | |
download | freebsd-ports-91dc86c4a6b51f7d3b28828fb578df35f3e5ef99.zip |
perl is not a valid category, perl5 is and unbreak the port.
I wonder why neither describe or portlint caught this.
Noticed by: paul beard <paulbeard@gmail.com>
Pointy hat: clsung
-rw-r--r-- | net/p5-Net-Amazon-S3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Amazon-S3/Makefile b/net/p5-Net-Amazon-S3/Makefile index f427efed36cf..1861a93f692a 100644 --- a/net/p5-Net-Amazon-S3/Makefile +++ b/net/p5-Net-Amazon-S3/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-Amazon-S3 PORTVERSION= 0.39 -CATEGORIES= net perl +CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |