mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Strip shared library
- Bump PORTREVISION for package change - Take maintainership
This commit is contained in:
parent
92444f0b51
commit
ccb924eead
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506563
@ -3,12 +3,12 @@
|
||||
|
||||
PORTNAME= Lingua-Stem-Snowball
|
||||
PORTVERSION= 0.952
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
@ -17,4 +17,7 @@ LICENSE_COMB= dual
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lingua/Stem/Snowball/Snowball.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%PERL5_MAN3%%/Lingua::Stem::Snowball.3.gz
|
||||
%%SITE_ARCH%%/Lingua/Stem/Snowball.pm
|
||||
%%SITE_ARCH%%/auto/Lingua/Stem/Snowball/Snowball.so
|
||||
%%PERL5_MAN3%%/Lingua::Stem::Snowball.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user