blob: 4fdc82866fa83d5fd617b467d6c79f08830cc4f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= uuid
DISTVERSION= 1.1-0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@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>
|