diff options
-rw-r--r-- | math/R-combinat/DESCR | 2 | ||||
-rw-r--r-- | math/R-combinat/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/R-combinat/DESCR b/math/R-combinat/DESCR index 8b9ef790427..e27b37a777d 100644 --- a/math/R-combinat/DESCR +++ b/math/R-combinat/DESCR @@ -1 +1 @@ -Routines for combinatorics +Routines for combinatorics. diff --git a/math/R-combinat/Makefile b/math/R-combinat/Makefile index c96a3952a3e..e7c25901be3 100644 --- a/math/R-combinat/Makefile +++ b/math/R-combinat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/11/06 22:24:45 mishka Exp $ +# $NetBSD: Makefile,v 1.5 2012/04/15 13:16:35 brook Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= ${R_HOMEPAGE_BASE}/combinat/ COMMENT= Routines for combinatorics +LICENSE= gnu-gpl-v2 R_PKGNAME= combinat R_PKGVER= 0.0-8 |