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

(-)Makefile (-1 lines)
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=		Exporter::Lite.3
20
MAN3=		Exporter::Lite.3
22
21
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK
2
subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK
3
and not a whole lot else. 
3
and not a whole lot else. 
4
4
5
WWW: http://search.cpan.org/author/MSCHWERN/Exporter-Lite/
5
WWW: http://search.cpan.org/dist/Exporter-Lite/
(-)pkg-plist (-4 / +4 lines)
Lines 1-4 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/Exporter/Lite.pm
1
%%SITE_PERL%%/Exporter/Lite.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exporter/Lite/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/Lite/.packlist
3
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod-Exporter-Lite
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/Lite
4
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exporter/Lite
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter 2>/dev/null || true

Return to bug 51785