dd24ae6cb0
tweaks/"go ahead" Gleydson Soares, ok landry@ UUID::Tiny is a lightweight, low dependency Pure Perl module for UUID creation and testing. This module provides the creation of version 1 time based UUIDs (using random multicast MAC addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.
18 lines
329 B
Makefile
18 lines
329 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/12 06:43:03 sthen Exp $
|
|
|
|
COMMENT= tiny pure-perl UUID generation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= UUID-Tiny-1.03
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|