freebsd-ports/converters/R-cran-base64enc/Makefile
2023-04-23 09:09:58 +00:00

15 lines
311 B
Makefile

PORTNAME= base64enc
DISTVERSION= 0.1-3
PORTREVISION= 5
CATEGORIES= converters
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for base64 encoding
WWW= https://cran.r-project.org/web/packages/base64enc/
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>