diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-11 08:49:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-11 08:49:31 +0800 |
commit | 3a1986d5f240a42461217a6a4cfa9217cff5854e (patch) | |
tree | 5b879eece85cfea3012833b79010e707efbe0e66 /textproc | |
parent | 1838bedea8cc31028a38a3a0010a938047d0ba75 (diff) | |
download | freebsd-ports-gnome-3a1986d5f240a42461217a6a4cfa9217cff5854e.tar.gz freebsd-ports-gnome-3a1986d5f240a42461217a6a4cfa9217cff5854e.tar.zst freebsd-ports-gnome-3a1986d5f240a42461217a6a4cfa9217cff5854e.zip |
Remove Perl core module
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Algorithm-RabinKarp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Algorithm-RabinKarp/Makefile b/textproc/p5-Algorithm-RabinKarp/Makefile index 962b19acd2c8..5a4cd9e283aa 100644 --- a/textproc/p5-Algorithm-RabinKarp/Makefile +++ b/textproc/p5-Algorithm-RabinKarp/Makefile @@ -4,7 +4,7 @@ PORTNAME= Algorithm-RabinKarp PORTVERSION= 0.41 DISTVERSIONSUFFIX= _1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NNUNLEY @@ -13,9 +13,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Rabin-Karp streaming hash -BUILD_DEPENDS= p5-File-Temp>=0:devel/p5-File-Temp -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure |