diff options
Diffstat (limited to 'devel/R-cran-bitops/Makefile')
-rw-r--r-- | devel/R-cran-bitops/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/R-cran-bitops/Makefile b/devel/R-cran-bitops/Makefile index 198ab91a41fd..12341de58e94 100644 --- a/devel/R-cran-bitops/Makefile +++ b/devel/R-cran-bitops/Makefile @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= bitops -DISTVERSION= 1.0-4.2 +DISTVERSION= 1.0-5 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Functions for Bitwise operations +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_R_MOD= yes R_MOD_AUTOPLIST= yes |