mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update to 1.221
- Add LICENSE - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Data-UUID/Changes
This commit is contained in:
parent
27affbbc22
commit
ca2bc936a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394113
3 changed files with 9 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-UUID
|
||||
PORTVERSION= 1.220
|
||||
PORTVERSION= 1.221
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -10,8 +10,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ARGS= </dev/null
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/UUID/UUID.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Data-UUID-1.220.tar.gz) = 99533b06e4348d704e3d2252d7d41aa652680a1bd5af04e1dc8ce7e84e74f960
|
||||
SIZE (Data-UUID-1.220.tar.gz) = 16905
|
||||
SHA256 (Data-UUID-1.221.tar.gz) = 3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667
|
||||
SIZE (Data-UUID-1.221.tar.gz) = 17041
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
%%PERL5_MAN3%%/Data::UUID.3.gz
|
||||
%%SITE_ARCH%%/Data/UUID.pm
|
||||
%%SITE_ARCH%%/auto/Data/UUID/UUID.so
|
||||
%%PERL5_MAN3%%/Data::UUID.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue