mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add missing manpage;
Bump PORTREVISION; Remove directories on deinstall; de-pkg-comment.
This commit is contained in:
parent
2b177d6605
commit
96e109d267
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76186
@ -7,16 +7,18 @@
|
||||
|
||||
PORTNAME= I18N-LangTags
|
||||
PORTVERSION= 0.27
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= I18N
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Functions for dealing with RFC-1766-style language tags
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= I18N::LangTags.3
|
||||
MAN3= I18N::LangTags.3 I18N::LangTags::List.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +0,0 @@
|
||||
Functions for dealing with RFC-1766-style language tags
|
@ -3,4 +3,5 @@ lib/perl5/site_perl/%%PERL_VER%%/I18N/LangTags/List.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/I18N 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/I18N/LangTags
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/I18N
|
||||
|
Loading…
Reference in New Issue
Block a user