View | Details | Raw Unified | Return to bug 52185
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Proc-PIDFile
8
PORTNAME=	Proc-PIDFile
9
PORTVERSION=	0.03
9
PORTVERSION=	0.05
10
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Proc
12
MASTER_SITE_SUBDIR=	Proc
Lines 18-24 Link Here
18
18
19
PERL_CONFIGURE=	YES
19
PERL_CONFIGURE=	YES
20
20
21
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
22
MAN3=		Proc::PID_File.3
21
MAN3=		Proc::PID_File.3
23
22
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (Proc-PID_File-0.03.tar.gz) = b6a4d11e61c2603fc40caa761842feb6
1
MD5 (Proc-PID_File-0.05.tar.gz) = 7f8bbef1d0b989d367cd0069c95f62c9
(-)pkg-descr (+2 lines)
Lines 5-7 Link Here
5
    * other processes can know the pid of a running program
5
    * other processes can know the pid of a running program
6
6
7
This module can be used so that your script can do the former.
7
This module can be used so that your script can do the former.
8
9
WWW: http://search.cpan.org/dist/Proc-PID_File/
(-)pkg-plist (-4 / +7 lines)
Lines 1-4 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Proc/test-T.pl
1
%%SITE_PERL%%/Proc/PID_File.pm
2
lib/perl5/site_perl/%%PERL_VER%%/Proc/simple.pl
2
%%SITE_PERL%%/Proc/simple.pl
3
lib/perl5/site_perl/%%PERL_VER%%/Proc/PID_File.pm
3
%%SITE_PERL%%/Proc/test-T.pl
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Proc
4
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/PID_File/.packlist
5
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/PID_File
6
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true
7
@unexec rmdir %D/%%SITE_PERL%%/Proc 2>/dev/null || true

Return to bug 52185