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:
parent
fe65b2f56d
commit
2a4327bbcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170242
@ -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
|
||||
|
32
devel/p5-Contextual-Return/Makefile
Normal file
32
devel/p5-Contextual-Return/Makefile
Normal 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>
|
3
devel/p5-Contextual-Return/distinfo
Normal file
3
devel/p5-Contextual-Return/distinfo
Normal 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
|
3
devel/p5-Contextual-Return/pkg-descr
Normal file
3
devel/p5-Contextual-Return/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Contextual::Return - Create context-senstive return values.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Contextual-Return/
|
8
devel/p5-Contextual-Return/pkg-plist
Normal file
8
devel/p5-Contextual-Return/pkg-plist
Normal 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
|
Loading…
x
Reference in New Issue
Block a user