mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
46d3e7ba41
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk - Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving Approved by: wen (via e-mail)
21 lines
365 B
Makefile
21 lines
365 B
Makefile
# New ports collection makefile for: Zelig
|
|
# Date created: 2009-03-27
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Zelig
|
|
PORTVERSION= 3.4.8
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= R-cran-
|
|
DISTNAME= ${PORTNAME}_3.4-8
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Everyone's Statistical Software
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|