mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
832 B
Tcl
21 lines
832 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran r-project base64enc 0.1-3
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license {GPL-2 GPL-3}
|
|
description Tools for base64 encoding
|
|
long_description This package provides tools for handling base64 encoding. \
|
|
It is more flexible than the orphaned base64 package.
|
|
homepage http://www.rforge.net/base64enc
|
|
checksums rmd160 db3fd80f395c4fd7e927bcb62b514bed771a2430 \
|
|
sha256 6d856d8a364bcdc499a0bf38bfd283b7c743d08f0b288174fba7dbf0a04b688d \
|
|
size 7833
|
|
|
|
depends_test-append port:R-png
|
|
|
|
test.run yes
|