New port: devel/p5-Symbol-Get
Read Perls symbol table programmatically. WWW: http://search.cpan.org/dist/Symbol-Get/
This commit is contained in:
parent
681e35723e
commit
6d98d3c2d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469623
4 changed files with 31 additions and 0 deletions
|
@ -3396,6 +3396,7 @@
|
|||
SUBDIR += p5-Sub-Signatures
|
||||
SUBDIR += p5-Sub-Uplevel
|
||||
SUBDIR += p5-Sub-WrapPackages
|
||||
SUBDIR += p5-Symbol-Get
|
||||
SUBDIR += p5-Symbol-Global-Name
|
||||
SUBDIR += p5-Symbol-Util
|
||||
SUBDIR += p5-Syntax-Keyword-Gather
|
||||
|
|
24
devel/p5-Symbol-Get/Makefile
Normal file
24
devel/p5-Symbol-Get/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Symbol-Get
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Read Perls symbol table programmatically
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PLIST_FILES= ${SITE_PERL_REL}/Symbol/Get.pm \
|
||||
${SITE_MAN3_REL}/Symbol::Get.3.gz
|
||||
|
||||
pre-install:
|
||||
${RM} ${WRKSRC}/blib/lib/Symbol/README.pod
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Symbol-Get/distinfo
Normal file
3
devel/p5-Symbol-Get/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1526034917
|
||||
SHA256 (Symbol-Get-0.08.tar.gz) = 3ef129ed1ada92c2c69c73bb34024741ab454e3a152428f463824aa1f3bcaf15
|
||||
SIZE (Symbol-Get-0.08.tar.gz) = 12575
|
3
devel/p5-Symbol-Get/pkg-descr
Normal file
3
devel/p5-Symbol-Get/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Read Perls symbol table programmatically.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Symbol-Get/
|
Loading…
Reference in a new issue