diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-rpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 8d66e940ce2..d608a09e0b5 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2010/07/30 10:36:30 asau Exp $ +# $NetBSD: Makefile,v 1.28 2011/06/29 21:18:08 alnsn Exp $ # DISTNAME= rpy2-2.1.3 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rpy.sourceforge.net/ COMMENT= R interface for Python +LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir |