mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- Add p5-Ref-Util 0.101
Ref::Util introduces several functions to help identify references in a faster and smarter way. WWW: http://search.cpan.org/dist/Ref-Util/
This commit is contained in:
parent
72e0b55054
commit
a4a9ac91e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426390
@ -3081,6 +3081,7 @@
|
||||
SUBDIR += p5-Readonly
|
||||
SUBDIR += p5-Readonly-XS
|
||||
SUBDIR += p5-ReadonlyX
|
||||
SUBDIR += p5-Ref-Util
|
||||
SUBDIR += p5-Reflex
|
||||
SUBDIR += p5-Regexp-Assemble
|
||||
SUBDIR += p5-Regexp-Assemble-Compressed
|
||||
|
22
devel/p5-Ref-Util/Makefile
Normal file
22
devel/p5-Ref-Util/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Ref-Util
|
||||
PORTVERSION= 0.101
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Utility functions for checking references
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ref/Util/Util.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Ref-Util/distinfo
Normal file
3
devel/p5-Ref-Util/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1479569249
|
||||
SHA256 (Ref-Util-0.101.tar.gz) = 89e3db1e21dfbbb3544ce8e42079b513ca3f76c28a2bec4f8cdaa94abfdff493
|
||||
SIZE (Ref-Util-0.101.tar.gz) = 62957
|
4
devel/p5-Ref-Util/pkg-descr
Normal file
4
devel/p5-Ref-Util/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ref::Util introduces several functions to help identify references in a faster
|
||||
and smarter way.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Ref-Util/
|
3
devel/p5-Ref-Util/pkg-plist
Normal file
3
devel/p5-Ref-Util/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_ARCH%%/Ref/Util.pm
|
||||
%%SITE_ARCH%%/auto/Ref/Util/Util.so
|
||||
%%PERL5_MAN3%%/Ref::Util.3.gz
|
Loading…
Reference in New Issue
Block a user