mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Pure Perl UUID Support With Functional Interface.
WWW: http://search.cpan.org/dist/UUID-Tiny/ PR: ports/138844 Feature safe: yes Submitted by: Christopher Key <cjk32 at cam.ac.uk>
This commit is contained in:
parent
0c283ea09b
commit
1e4e54bd09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241685
@ -2068,6 +2068,7 @@
|
||||
SUBDIR += p5-UNIVERSAL-moniker
|
||||
SUBDIR += p5-UNIVERSAL-require
|
||||
SUBDIR += p5-UNIVERSAL-which
|
||||
SUBDIR += p5-UUID-Tiny
|
||||
SUBDIR += p5-Unix-Statgrab
|
||||
SUBDIR += p5-Unix-Uptime
|
||||
SUBDIR += p5-User-Identity
|
||||
|
27
devel/p5-UUID-Tiny/Makefile
Normal file
27
devel/p5-UUID-Tiny/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-UUID-Tiny
|
||||
# Date created: 2009-09-15
|
||||
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= UUID-Tiny
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cjk32@cam.ac.uk
|
||||
COMMENT= Pure Perl UUID Support With Functional Interface
|
||||
|
||||
BUILD_DEPENDS= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= UUID::Tiny.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-UUID-Tiny/distinfo
Normal file
3
devel/p5-UUID-Tiny/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (UUID-Tiny-1.02.tar.gz) = 541cdfd56f2d953c4d7262a57a9f8d78
|
||||
SHA256 (UUID-Tiny-1.02.tar.gz) = 6cd829516bdf2edbda9daff0787ec348b3934fe86cbda0121a3f28e1a4733e72
|
||||
SIZE (UUID-Tiny-1.02.tar.gz) = 13326
|
3
devel/p5-UUID-Tiny/pkg-descr
Normal file
3
devel/p5-UUID-Tiny/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Pure Perl UUID Support With Functional Interface.
|
||||
|
||||
WWW: http://search.cpan.org/dist/UUID-Tiny/
|
6
devel/p5-UUID-Tiny/pkg-plist
Normal file
6
devel/p5-UUID-Tiny/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Tiny/.packlist
|
||||
%%SITE_PERL%%/UUID/Tiny.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/Tiny
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID
|
||||
@dirrmtry %%SITE_PERL%%/UUID
|
Loading…
Reference in New Issue
Block a user