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

(-)Makefile (-2 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	ExtUtils-F77
8
PORTNAME=	ExtUtils-F77
9
PORTVERSION=	1.13
9
PORTVERSION=	1.14
10
CATEGORIES=	lang perl5
10
CATEGORIES=	lang perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	ExtUtils
12
MASTER_SITE_SUBDIR=	ExtUtils
Lines 17-23 Link Here
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
19
19
20
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
21
MAN3=		ExtUtils::F77.3
20
MAN3=		ExtUtils::F77.3
22
21
23
.include <bsd.port.pre.mk>
22
.include <bsd.port.pre.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ExtUtils-F77-1.13.tar.gz) = 71c936324740b9fb5292a2c225ce73a1
1
MD5 (ExtUtils-F77-1.14.tar.gz) = 8b25d181fdedd3cdc6d5d26b9bf94d27
(-)pkg-descr (+2 lines)
Lines 2-4 Link Here
2
Fortran subroutines on your system. Basically one must add a list
2
Fortran subroutines on your system. Basically one must add a list
3
of Fortran runtime libraries. The problem is their location
3
of Fortran runtime libraries. The problem is their location
4
and name varies with each OS/compiler combination!
4
and name varies with each OS/compiler combination!
5
6
WWW: http://search.cpan.org/dist/ExtUtils-F77/
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/ExtUtils/F77.pm
1
%%SITE_PERL%%/ExtUtils/F77.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils/F77
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/ExtUtils 2>/dev/null || true
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/ExtUtils 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/ExtUtils 2>/dev/null || true

Return to bug 52245