diff options
author | spz <spz@pkgsrc.org> | 2011-07-14 21:47:34 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2011-07-14 21:47:34 +0000 |
commit | 65dfef3e8da70da3a02eb72c8ae0f6f0a73e034a (patch) | |
tree | 61a9bba9f2d7a62ea1a9114af9aac64507cdd7be /www/p5-WWW-RobotRules | |
parent | 623b873aa7d92a68e3a0be643d92bbc36c2ff0b2 (diff) | |
download | pkgsrc-65dfef3e8da70da3a02eb72c8ae0f6f0a73e034a.tar.gz |
add CONFLICTS (thanks wiz@ for the reminder)
add a missing LICENSE and fix a few COMMENT
Diffstat (limited to 'www/p5-WWW-RobotRules')
-rw-r--r-- | www/p5-WWW-RobotRules/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/p5-WWW-RobotRules/Makefile b/www/p5-WWW-RobotRules/Makefile index e2dfd1898ae..402e4e6032d 100644 --- a/www/p5-WWW-RobotRules/Makefile +++ b/www/p5-WWW-RobotRules/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/07/10 12:47:38 spz Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/14 21:47:35 spz Exp $ DISTNAME= WWW-RobotRules-6.01 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/WWW-RobotRules/ -COMMENT= Perl 5 module interface to URL shortening sites +COMMENT= Perl 5 module database of robots.txt-derived permissions +LICENSE= ${PERL5_LICENSE} + +CONFLICTS+= p5-libwww-[0-5]* PKG_DESTDIR_SUPPORT= user-destdir |