mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- New port p5-Chooser-1.1.6
- A system for choosing a value for something. Takes a string composed of various tests, arguements, and etc and returns a value based on it. PR: ports/124956 Submitted by: Zane C.B. <vvelox@vvelox.net>
This commit is contained in:
parent
cb91e1a27a
commit
641cb18721
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216217
@ -970,6 +970,7 @@
|
||||
SUBDIR += p5-Carp-Clan
|
||||
SUBDIR += p5-Carp-Datum
|
||||
SUBDIR += p5-Cdk
|
||||
SUBDIR += p5-Chooser
|
||||
SUBDIR += p5-Class-Accessor
|
||||
SUBDIR += p5-Class-Accessor-Chained
|
||||
SUBDIR += p5-Class-Accessor-Grouped
|
||||
|
24
devel/p5-Chooser/Makefile
Normal file
24
devel/p5-Chooser/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-Chooser
|
||||
# Date created: 2008-06-24
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Chooser
|
||||
PORTVERSION= 1.1.6
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Takes a string composed of various tests, arguements, and etc and returns a value.
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/CIDR/Lite.pm:${PORTSDIR}/net/p5-Net-CIDR-Lite
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Chooser.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Chooser/distinfo
Normal file
3
devel/p5-Chooser/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Chooser-1.1.6.tar.gz) = 7d5e695019768d0d7299eb3fa67c51eb
|
||||
SHA256 (Chooser-1.1.6.tar.gz) = 81240169bc54a14cced1b5fad77bbfccbfca7f0a7cf6e6421adb7aa92d16976c
|
||||
SIZE (Chooser-1.1.6.tar.gz) = 6114
|
4
devel/p5-Chooser/pkg-descr
Normal file
4
devel/p5-Chooser/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A system for choosing a value for something. Takes a string composed of various
|
||||
tests, arguements, and etc and returns a value based on it.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Chooser/
|
4
devel/p5-Chooser/pkg-plist
Normal file
4
devel/p5-Chooser/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Chooser.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chooser/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chooser
|
||||
@dirrmtry %%SITE_PERL%%/Chooser
|
Loading…
Reference in New Issue
Block a user