diff options
author | sno <sno@pkgsrc.org> | 2010-08-01 21:05:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-01 21:05:37 +0000 |
commit | 3ef8cf7171890059fa6de9e8d50eb2ddd7095b9f (patch) | |
tree | 4f2f7f6499eeea853d515a874bc334cfa9b52b57 /math/p5-Set-Infinite/Makefile | |
parent | 47f54d2dc60496e5168780e2a524716c5d1c268f (diff) | |
download | pkgsrc-3ef8cf7171890059fa6de9e8d50eb2ddd7095b9f.tar.gz |
Updating math/p5-Set-Infinite from 0.63nb1 to 0.65
pkgsrc changes:
- add license definition
Upstream changes:
0.65 2010-04-26
- documentation fix
0.64 2010-04-26
- s/simmetric/symmetric/
reported by Richard Jelinek
Diffstat (limited to 'math/p5-Set-Infinite/Makefile')
-rw-r--r-- | math/p5-Set-Infinite/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/p5-Set-Infinite/Makefile b/math/p5-Set-Infinite/Makefile index 95b1f4ab3be..6bf7e290d6c 100644 --- a/math/p5-Set-Infinite/Makefile +++ b/math/p5-Set-Infinite/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:21 he Exp $ +# $NetBSD: Makefile,v 1.8 2010/08/01 21:05:37 sno Exp $ -DISTNAME= Set-Infinite-0.63 +DISTNAME= Set-Infinite-0.65 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Set-Infinite/ COMMENT= Perl module for sets of integers and objects +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |