mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
- Respect devel/p5-ReadLine-*: use @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
- Make portlint happier - Bump PORTREVISION for PLIST change PR: ports/158360 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 15 days)
This commit is contained in:
parent
5be9dc0849
commit
21adc6c56a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277621
2 changed files with 5 additions and 4 deletions
|
@ -7,17 +7,18 @@
|
|||
|
||||
PORTNAME= ReadLine-TTYtter
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR=Term
|
||||
MASTER_SITE_SUBDIR= Term
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dereckson@gmail.com
|
||||
COMMENT= Perl5 module for Term::ReadLine allowing rich editing
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%%SITE_PERL%%/Term/ReadLine/TTYtter.pm
|
||||
%%SITE_PERL%%/Term/ReadLine/readline_ttytter.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
||||
@dirrmtry %%SITE_PERL%%/Term/ReadLine
|
||||
@dirrmtry %%SITE_PERL%%/Term
|
||||
|
|
Loading…
Add table
Reference in a new issue