mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add missing RUN_DEPENDS
- Respect LOCALBASE - Pet portlint - Cosmetic change - Bump PORTREVISION for dependency change - Take maintainership - Add missing trailing slash to WWW Feature safe: yes
This commit is contained in:
parent
777ea8ea02
commit
57bde6e3f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286383
3 changed files with 18 additions and 12 deletions
|
@ -4,19 +4,25 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Lingua-Ispell
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
PORTNAME= Lingua-Ispell
|
||||
PORTVERSION= 0.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Perl module that encapsulates access to the Ispell program.
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= A Perl module that encapsulates access to the Ispell program
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_CONFIGURE= yes
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
MAN3= Lingua::Ispell.3
|
||||
MAN3= Lingua::Ispell.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -5,4 +5,4 @@ unable to verify, as well as its starting offset in the input line.
|
|||
No such information is returned for words which are deemed to be
|
||||
correctly spelled.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-Ispell
|
||||
WWW: http://search.cpan.org/dist/Lingua-Ispell/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell/.packlist
|
||||
%%SITE_PERL%%/Lingua/Ispell.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Ispell
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
||||
@dirrm %%SITE_PERL%%/Lingua
|
||||
|
|
Loading…
Add table
Reference in a new issue