diff options
author | erwin <erwin@FreeBSD.org> | 2007-08-20 15:41:33 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-08-20 15:41:33 +0800 |
commit | 9a5eb9e3df3b42b6128558620df87c182f6a606c (patch) | |
tree | 6dbedaecdcb6219388d76b7c13c5ae5f10607f5c /net | |
parent | bbfc9add857a834f1ba3cf821d4891ae30b59cdd (diff) | |
download | freebsd-ports-gnome-9a5eb9e3df3b42b6128558620df87c182f6a606c.tar.gz freebsd-ports-gnome-9a5eb9e3df3b42b6128558620df87c182f6a606c.tar.zst freebsd-ports-gnome-9a5eb9e3df3b42b6128558620df87c182f6a606c.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
Diffstat (limited to 'net')
-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- |