1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/converters/R-cran-base64enc/Makefile
TAKATSU Tomonari 2e2a564b57 - Add new port: converters/R-cran-base64enc
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/
2016-07-21 12:38:10 +00:00

17 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>