mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Support staging.
This commit is contained in:
parent
a0749208de
commit
26fa542eca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343027
@ -4,6 +4,7 @@ PORTNAME= Encode-JP-Emoji
|
||||
PORTVERSION= 0.60
|
||||
CATEGORIES= japanese perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for Emoji encodings and cross-mapping tables
|
||||
@ -11,14 +12,4 @@ COMMENT= Perl extension for Emoji encodings and cross-mapping tables
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Encode::JP::Emoji.3 \
|
||||
Encode::JP::Emoji::Encoding.3 \
|
||||
Encode::JP::Emoji::FB_EMOJI_TEXT.3 \
|
||||
Encode::JP::Emoji::Mapping.3 \
|
||||
Encode::JP::Emoji::PP.3 \
|
||||
Encode::JP::Emoji::Property.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,6 +5,12 @@
|
||||
%%SITE_PERL%%/Encode/JP/Emoji/Mapping.pm
|
||||
%%SITE_PERL%%/Encode/JP/Emoji/PP.pm
|
||||
%%SITE_PERL%%/Encode/JP/Emoji/Property.pm
|
||||
%%PERL5_MAN3%%/Encode::JP::Emoji.3.gz
|
||||
%%PERL5_MAN3%%/Encode::JP::Emoji::Encoding.3.gz
|
||||
%%PERL5_MAN3%%/Encode::JP::Emoji::FB_EMOJI_TEXT.3.gz
|
||||
%%PERL5_MAN3%%/Encode::JP::Emoji::Mapping.3.gz
|
||||
%%PERL5_MAN3%%/Encode::JP::Emoji::PP.3.gz
|
||||
%%PERL5_MAN3%%/Encode::JP::Emoji::Property.3.gz
|
||||
@dirrm %%SITE_PERL%%/Encode/JP/Emoji
|
||||
@dirrmtry %%SITE_PERL%%/Encode/JP
|
||||
@dirrmtry %%SITE_PERL%%/Encode
|
||||
|
Loading…
x
Reference in New Issue
Block a user