blob: ff427563d565d3d04bf0a5f9cd770af0228fc3aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= uuid
DISTVERSION= 0.1-4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Tools for Generating and Handling of UUIDs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|