ports/devel/R-cran-ids/Makefile
Einar Bjarni Halldórsson 46e08d1652 devel/R-cran-ids: New port: Generate Random Identifiers
- Submitter becomes maintainer

Generate random or human readable and pronounceable identifiers.

WWW: https://github.com/richfitz/ids

Differential Revision:	https://reviews.freebsd.org/D43735
2024-04-06 15:42:37 +01:00

20 lines
459 B
Makefile

PORTNAME= ids
DISTVERSION= 1.0.1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= einar@isnic.is
COMMENT= Generate Random Identifiers
WWW= https://github.com/richfitz/ids
LICENSE= MIT
CRAN_DEPENDS= R-cran-openssl>0:security/R-cran-openssl \
R-cran-uuid>0:devel/R-cran-uuid
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist
.include <bsd.port.mk>