pkgsrc/math/R-VGAM/Makefile
brook d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00

19 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/07/28 14:40:46 brook Exp $
CATEGORIES= math
MAINTAINER= mishka@NetBSD.org
HOMEPAGE= http://www.stat.auckland.ac.nz/~yee/VGAM/
COMMENT= Vector Generalized Linear and Additive Models
LICENSE= gnu-gpl-v2
R_PKGNAME= VGAM
R_PKGVER= 1.0-5
USE_LANGUAGES= c fortran
BUILDLINK_API_DEPENDS.R+= R>=3.4.0
.include "../../math/R/Makefile.extension"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"