ports/devel/R-cran-uuid/Makefile
2024-09-30 22:20:19 +02:00

15 lines
310 B
Makefile

PORTNAME= uuid
DISTVERSION= 1.2-1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Tools for Generating and Handling of UUIDs
WWW= https://www.rforge.net/uuid
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cran:auto-plist,compiles
.include <bsd.port.mk>