cef891056b
- Add LICENSE_FILE Changes: https://github.com/sporkmonger/uuidtools/blob/main/CHANGELOG
17 lines
289 B
Makefile
17 lines
289 B
Makefile
PORTNAME= uuidtools
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple universally unique ID generation library
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|