mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
15 lines
310 B
Makefile
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>
|