freebsd-ports/devel/R-cran-bitops/Makefile
2011-10-11 14:19:46 +00:00

21 lines
407 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= 1
CATEGORIES= devel
PKGNAMEPREFIX= R-cran-
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Functions for Bitwise operations
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>