1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Add p5-Contextual-Return 0.1.0, create context-senstive return values.

PR:		ports/101682
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-08-10 03:34:04 +00:00
parent fe65b2f56d
commit 2a4327bbcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170242
5 changed files with 47 additions and 0 deletions

View File

@ -879,6 +879,7 @@
SUBDIR += p5-Config-Tiny
SUBDIR += p5-ConfigReader
SUBDIR += p5-ConfigReader-Simple
SUBDIR += p5-Contextual-Return
SUBDIR += p5-Coro
SUBDIR += p5-Curses
SUBDIR += p5-Curses-Application

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: p5-Contextual-Return
# Date created: 2006-08-09
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Contextual-Return
PORTVERSION= 0.1.0
DISTVERSIONPREFIX= v
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Create context-senstive return values
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \
${SITE_PERL}/version.pm:${PORTSDIR}/devel/p5-version
PERL_CONFIGURE= yes
MAN3= Contextual::Return.3 Contextual::Return::Failure.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600 # Inherited from p5-Want & p5-version
IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Contextual-Return-v0.1.0.tar.gz) = 2651c1c521ad4b42e0efbeac664fade6
SHA256 (Contextual-Return-v0.1.0.tar.gz) = a693850e5e1e0a65eafa51e2ac10d2b3ed7bb32d23902663d53520ac6a498c49
SIZE (Contextual-Return-v0.1.0.tar.gz) = 22969

View File

@ -0,0 +1,3 @@
Contextual::Return - Create context-senstive return values.
WWW: http://search.cpan.org/dist/Contextual-Return/

View File

@ -0,0 +1,8 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Contextual/Return/.packlist
%%SITE_PERL%%/Contextual/Return.pm
%%SITE_PERL%%/Contextual/Return/Failure.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Contextual/Return
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Contextual
@dirrmtry %%SITE_PERL%%/Contextual/Return
@dirrmtry %%SITE_PERL%%/Contextual