blob: 81816fa8404fd7fc349cf2cd2adf809d847f3d37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= uuidtools
PORTVERSION= 2.1.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple universally unique ID generation library
LICENSE= APACHE20
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|