2e2a564b57
This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package. WWW: https://cran.r-project.org/web/packages/base64enc/
16 lines
301 B
Makefile
16 lines
301 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= base64enc
|
|
DISTVERSION= 0.1-3
|
|
CATEGORIES= converters
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Tools for base64 encoding
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|