mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Additional utils for Perl symbols manipulation
WWW: http://search.cpan.org/dist/Symbol-Util/ Feature safe: yes
This commit is contained in:
parent
d6bc1807c5
commit
519231fa02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285964
@ -2353,6 +2353,7 @@
|
||||
SUBDIR += p5-Sub-Signatures
|
||||
SUBDIR += p5-Sub-Uplevel
|
||||
SUBDIR += p5-Sub-WrapPackages
|
||||
SUBDIR += p5-Symbol-Util
|
||||
SUBDIR += p5-Sys-Cpu
|
||||
SUBDIR += p5-Sys-Info
|
||||
SUBDIR += p5-Sys-Info-Base
|
||||
|
21
devel/p5-Symbol-Util/Makefile
Normal file
21
devel/p5-Symbol-Util/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Symbol-Util
|
||||
# Date created: 2011-11-17
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Symbol-Util
|
||||
PORTVERSION= 0.0202
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Additional utils for Perl symbols manipulation
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Symbol::Util.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Symbol-Util/distinfo
Normal file
2
devel/p5-Symbol-Util/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Symbol-Util-0.0202.tar.gz) = 00f9539e7c94e9122be5a41b45600187d3d9597a1c5b2d1d9eb54c5df3ba8596
|
||||
SIZE (Symbol-Util-0.0202.tar.gz) = 22149
|
3
devel/p5-Symbol-Util/pkg-descr
Normal file
3
devel/p5-Symbol-Util/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Additional utils for Perl symbols manipulation
|
||||
|
||||
WWW: http://search.cpan.org/dist/Symbol-Util/
|
5
devel/p5-Symbol-Util/pkg-plist
Normal file
5
devel/p5-Symbol-Util/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Symbol/Util.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Util/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Util
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol
|
||||
@dirrm %%SITE_PERL%%/Symbol
|
Loading…
Reference in New Issue
Block a user