aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Match-FastAlternatives
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-13 08:14:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-01-13 08:14:01 +0000
commit9c7dd78b3787c4e476b34001585e79e348afc773 (patch)
treed6566adc0ad9c103f4834e916a5b386d318ce00b /textproc/p5-Text-Match-FastAlternatives
parentbd9f0c20a44e3f04e5f3f15edd4e1aa1e7748ff6 (diff)
downloadports-9c7dd78b3787c4e476b34001585e79e348afc773.tar.gz
ports-9c7dd78b3787c4e476b34001585e79e348afc773.zip
Update to 1.05
- Add LICENSE - Strip shared library - Sort PLIST - Add WWW Changes: http://search.cpan.org/dist/Text-Match-FastAlternatives/Changes
Notes
Notes: svn path=/head/; revision=458911
Diffstat (limited to 'textproc/p5-Text-Match-FastAlternatives')
-rw-r--r--textproc/p5-Text-Match-FastAlternatives/Makefile9
-rw-r--r--textproc/p5-Text-Match-FastAlternatives/distinfo5
-rw-r--r--textproc/p5-Text-Match-FastAlternatives/pkg-descr2
-rw-r--r--textproc/p5-Text-Match-FastAlternatives/pkg-plist4
4 files changed, 14 insertions, 6 deletions
diff --git a/textproc/p5-Text-Match-FastAlternatives/Makefile b/textproc/p5-Text-Match-FastAlternatives/Makefile
index f8b165879cd5..8d5d1f225b9b 100644
--- a/textproc/p5-Text-Match-FastAlternatives/Makefile
+++ b/textproc/p5-Text-Match-FastAlternatives/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Text-Match-FastAlternatives
-PORTVERSION= 1.04
-PORTREVISION= 1
+PORTVERSION= 1.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +10,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Efficient search for many strings
+LICENSE= ART10 GPLv2
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Match/FastAlternatives/FastAlternatives.so
+
.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Match-FastAlternatives/distinfo b/textproc/p5-Text-Match-FastAlternatives/distinfo
index 685d1bbe15fc..4cdfd16ebe00 100644
--- a/textproc/p5-Text-Match-FastAlternatives/distinfo
+++ b/textproc/p5-Text-Match-FastAlternatives/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Text-Match-FastAlternatives-1.04.tar.gz) = e991d3afb26e36dd8b5abc3aaa1d33c4a46ed73afd6cbc47ee83851770bb50a0
-SIZE (Text-Match-FastAlternatives-1.04.tar.gz) = 61469
+TIMESTAMP = 1515829569
+SHA256 (Text-Match-FastAlternatives-1.05.tar.gz) = 4a76df6dd1183fa7602c9c737e737945cc57a3bf6512f4fa7302d1885171d185
+SIZE (Text-Match-FastAlternatives-1.05.tar.gz) = 66410
diff --git a/textproc/p5-Text-Match-FastAlternatives/pkg-descr b/textproc/p5-Text-Match-FastAlternatives/pkg-descr
index c7761cba22b1..ad912c2fde51 100644
--- a/textproc/p5-Text-Match-FastAlternatives/pkg-descr
+++ b/textproc/p5-Text-Match-FastAlternatives/pkg-descr
@@ -1,3 +1,5 @@
This module allows you to search for any of a list of substrings
("keys") in a larger string. It is particularly efficient when the set
of keys is large.
+
+WWW: http://search.cpan.org/dist/Text-Match-FastAlternatives/
diff --git a/textproc/p5-Text-Match-FastAlternatives/pkg-plist b/textproc/p5-Text-Match-FastAlternatives/pkg-plist
index 810ff34ff223..b2335638f72e 100644
--- a/textproc/p5-Text-Match-FastAlternatives/pkg-plist
+++ b/textproc/p5-Text-Match-FastAlternatives/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Text::Match::FastAlternatives.3.gz
-%%SITE_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.so
%%SITE_ARCH%%/Text/Match/FastAlternatives.pm
+%%SITE_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.so
+%%PERL5_MAN3%%/Text::Match::FastAlternatives.3.gz