17 lines
297 B
Makefile
17 lines
297 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Hmisc
|
|
DISTVERSION= 3.10-1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Harrell Miscellaneous functions useful for data analysis
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|