1
0
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:
Sunpoet Po-Chuan Hsieh 2016-11-19 17:02:16 +00:00
parent 72e0b55054
commit a4a9ac91e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426390
5 changed files with 33 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1479569249
SHA256 (Ref-Util-0.101.tar.gz) = 89e3db1e21dfbbb3544ce8e42079b513ca3f76c28a2bec4f8cdaa94abfdff493
SIZE (Ref-Util-0.101.tar.gz) = 62957

View 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/

View File

@ -0,0 +1,3 @@
%%SITE_ARCH%%/Ref/Util.pm
%%SITE_ARCH%%/auto/Ref/Util/Util.so
%%PERL5_MAN3%%/Ref::Util.3.gz