mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
UUID - Perl extension for using UUID interfaces as defined in e2fsprogs.
WWW: http://search.cpan.org/~jnh/UUID/
This commit is contained in:
parent
4090db3bb2
commit
c678d9bb44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277491
@ -2482,6 +2482,7 @@
|
||||
SUBDIR += p5-UNIVERSAL-moniker
|
||||
SUBDIR += p5-UNIVERSAL-require
|
||||
SUBDIR += p5-UNIVERSAL-which
|
||||
SUBDIR += p5-UUID
|
||||
SUBDIR += p5-UUID-Tiny
|
||||
SUBDIR += p5-Uniq
|
||||
SUBDIR += p5-Unix-Statgrab
|
||||
|
26
devel/p5-UUID/Makefile
Normal file
26
devel/p5-UUID/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-UUID
|
||||
# Date created: 2011-07-10
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= UUID
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:JNH
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Perl extension for using UUID interfaces as defined in e2fsprogs
|
||||
|
||||
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
|
||||
|
||||
USE_PERL= yes
|
||||
PERL_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
MAN3= UUID.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-UUID/distinfo
Normal file
2
devel/p5-UUID/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (UUID-0.04.tar.gz) = 84827e8c62e02cc98669f05ec395d6837feb07af477fe1910045c8bba9c8835b
|
||||
SIZE (UUID-0.04.tar.gz) = 4982
|
3
devel/p5-UUID/pkg-descr
Normal file
3
devel/p5-UUID/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
UUID - Perl extension for using UUID interfaces as defined in e2fsprogs.
|
||||
|
||||
WWW: http://search.cpan.org/~jnh/UUID/
|
5
devel/p5-UUID/pkg-plist
Normal file
5
devel/p5-UUID/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/UUID.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/UUID.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/UUID.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID
|
Loading…
Reference in New Issue
Block a user