mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
59b04dbc3c
commit
564e0f3088
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350578
@ -8,15 +8,11 @@ MASTER_SITES= CPAN/Prima/KARASIK
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
COMMENT= A Perl5 backend for fix subtitles timing
|
||||
COMMENT= Perl5 backend for fix subtitles timing
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= subs.1
|
||||
MAN3= Subtitles.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SUBTITLES_SUBPLAY)
|
||||
|
@ -1,5 +1,8 @@
|
||||
bin/subs
|
||||
%%PERL5_MAN3%%/Subtitles.3.gz
|
||||
man/man1/subs.1.gz
|
||||
%%SUBPLAY%%bin/subplay
|
||||
%%SUBPLAY%%man/man1/subplay.1.gz
|
||||
%%SITE_PERL%%/Subtitles.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Subtitles/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Subtitles
|
||||
|
Loading…
Reference in New Issue
Block a user