diff options
author | obache <obache@pkgsrc.org> | 2012-09-09 09:09:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-09 09:09:38 +0000 |
commit | 1096a7ef85e8a8f5ae73e419b52d14b0737547fc (patch) | |
tree | f25a78b2fb1bcff12b3d6bff03bc848567e0d89e | |
parent | 9fff90841361e396798854c604ef460da03bace9 (diff) | |
download | pkgsrc-1096a7ef85e8a8f5ae73e419b52d14b0737547fc.tar.gz |
Some fixes, easily detected with pkglint!
* COMMENT should not be end with ".".
* Fix DEPENDS pattern.
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index 45d2a2d722f..10a9d512f0f 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/09/05 14:10:36 is Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/09 09:09:38 obache Exp $ # DISTNAME= List-AllUtils-0.03 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/List-AllUtils/ -COMMENT= Combines List::Util and List::MoreUtils. +COMMENT= Combines List::Util and List::MoreUtils LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/List/AllUtils/.packlist -DEPENDS += p5-List-MoreUtils:../../devel/p5-List-MoreUtils +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |