3503a3164f
adjust dependent ports
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# New ports collection makefile for: R-cran-bitops
|
|
# Date created: 2011-08-28
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bitops
|
|
DISTVERSION= 1.0-4.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Functions for Bitwise operations
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|