diff options
author | brook <brook> | 2012-04-15 14:55:50 +0000 |
---|---|---|
committer | brook <brook> | 2012-04-15 14:55:50 +0000 |
commit | 44e0128b85eb42e033b2c76518d632b3b96bb949 (patch) | |
tree | e1c037e341bc08e69eac91faee06fb493edf6644 /math/R-abind/Makefile | |
parent | cc5a354303daca2a78e18e14321586558c877ec7 (diff) | |
download | pkgsrc-44e0128b85eb42e033b2c76518d632b3b96bb949.tar.gz |
Update to abind v1.4-0, add LICENSE and regularize package files.
Diffstat (limited to 'math/R-abind/Makefile')
-rw-r--r-- | math/R-abind/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/math/R-abind/Makefile b/math/R-abind/Makefile index 5ee372abaab..eb88fdb42cd 100644 --- a/math/R-abind/Makefile +++ b/math/R-abind/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.4 2008/10/13 11:30:50 markd Exp $ +# $NetBSD: Makefile,v 1.5 2012/04/15 14:55:50 brook Exp $ # -PKGREVISION= 1 -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/abind/ -COMMENT= Combine multi-dimensional arrays +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/abind/ +COMMENT= Combine multi-dimensional arrays +LICENSE= gnu-lgpl-v2 -R_PKGNAME= abind -R_PKGVER= 1.1-0 +R_PKGNAME= abind +R_PKGVER= 1.4-0 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |