mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 0.801.
Changes: http://search.cpan.org/dist/Proc-Fork/Changes
This commit is contained in:
parent
40bc0270f7
commit
d35eb69f7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310077
@ -1,21 +1,17 @@
|
||||
# New ports collection makefile for: devel/p5-Proc-Fork
|
||||
# Date created: 10 January 2006
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Proc-Fork
|
||||
PORTVERSION= 0.71
|
||||
PORTVERSION= 0.801
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Proc::Fork - Simple, intuitive interface to the fork() system call
|
||||
|
||||
BUILD_DEPENDS= p5-Exporter-Tidy>0:${PORTSDIR}/devel/p5-Exporter-Tidy
|
||||
BUILD_DEPENDS= p5-Exporter-Tidy>=0:${PORTSDIR}/devel/p5-Exporter-Tidy \
|
||||
p5-Object-Tiny-Lvalue>=0:${PORTSDIR}/devel/p5-Object-Tiny-Lvalue
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Proc-Fork-0.71.tar.gz) = c304c120a15ee2dcb0dea03afa474b68942988335cc0efdcee99694a8204acca
|
||||
SIZE (Proc-Fork-0.71.tar.gz) = 7919
|
||||
SHA256 (Proc-Fork-0.801.tar.gz) = 3834ace79b67db0b76b5e22f8a57e276ef5c7d19891180a3d5feabe48ac0c78a
|
||||
SIZE (Proc-Fork-0.801.tar.gz) = 13999
|
||||
|
@ -1,5 +1,4 @@
|
||||
%%SITE_PERL%%/Proc/Fork.pm
|
||||
%%SITE_PERL%%/Proc/Fork/Runner.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Fork/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Fork
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc
|
||||
|
Loading…
Reference in New Issue
Block a user