mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Parse complex data structures passed in ARGV.
WWW: http://search.cpan.org/dist/ARGV-Struct/
This commit is contained in:
parent
396571ac73
commit
a35d705ffd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392615
@ -1537,6 +1537,7 @@
|
||||
SUBDIR += p4web
|
||||
SUBDIR += p5-AI-Pathfinding-AStar
|
||||
SUBDIR += p5-AI-Prolog
|
||||
SUBDIR += p5-ARGV-Struct
|
||||
SUBDIR += p5-Acme-Comment
|
||||
SUBDIR += p5-Acme-Damn
|
||||
SUBDIR += p5-Acme-MetaSyntactic
|
||||
|
24
devel/p5-ARGV-Struct/Makefile
Normal file
24
devel/p5-ARGV-Struct/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ARGV-Struct
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:JLMARTIN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to parse complex data structures passed in ARGV
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Moose>0:${PORTSDIR}/devel/p5-Moose
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-ARGV-Struct/distinfo
Normal file
2
devel/p5-ARGV-Struct/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ARGV-Struct-0.02.tar.gz) = 50128a53690aa558c080d34eaa7b11dbd40bb4a43f63d549ea6ba9b16939f351
|
||||
SIZE (ARGV-Struct-0.02.tar.gz) = 11687
|
3
devel/p5-ARGV-Struct/pkg-descr
Normal file
3
devel/p5-ARGV-Struct/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Parse complex data structures passed in ARGV.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ARGV-Struct/
|
3
devel/p5-ARGV-Struct/pkg-plist
Normal file
3
devel/p5-ARGV-Struct/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/argvstruct
|
||||
%%PERL5_MAN3%%/ARGV::Struct.3.gz
|
||||
%%SITE_PERL%%/ARGV/Struct.pm
|
Loading…
Reference in New Issue
Block a user