diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-01-12 13:20:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-01-12 13:20:45 +0000 |
commit | 2ed32cd862db9b83dd9bcbe49b2f96a36189300d (patch) | |
tree | 2cb4494944593e0ad949b7e1d32e79d1d2ff14b1 | |
parent | ae04fc958c7538eb8753e3f62f404344bda85a85 (diff) |
Notes
-rw-r--r-- | devel/p5-Regexp-Subst-Parallel/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-String-Similarity/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Tie-RegexpHash/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-RPN/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-ICQ2000/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-EBook-Tools/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Match-FastAlternatives/Makefile | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-Regexp-Subst-Parallel/Makefile b/devel/p5-Regexp-Subst-Parallel/Makefile index 1ba5fa4fd736..b3dc655b0e92 100644 --- a/devel/p5-Regexp-Subst-Parallel/Makefile +++ b/devel/p5-Regexp-Subst-Parallel/Makefile @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perform multiple substitutions on a string in parallel USES= perl5 diff --git a/devel/p5-String-Similarity/Makefile b/devel/p5-String-Similarity/Makefile index 3b2fc35de3df..30a78ab32026 100644 --- a/devel/p5-String-Similarity/Makefile +++ b/devel/p5-String-Similarity/Makefile @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that calculates the similarity of two strings USES= perl5 diff --git a/devel/p5-Tie-RegexpHash/Makefile b/devel/p5-Tie-RegexpHash/Makefile index ceca30e65176..7dfabffa2160 100644 --- a/devel/p5-Tie-RegexpHash/Makefile +++ b/devel/p5-Tie-RegexpHash/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Use regular expressions as hash keys USES= perl5 diff --git a/math/p5-Math-RPN/Makefile b/math/p5-Math-RPN/Makefile index 05ebd687f76d..fc6f99927bef 100644 --- a/math/p5-Math-RPN/Makefile +++ b/math/p5-Math-RPN/Makefile @@ -8,7 +8,7 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Reverse polish math expression evaluation TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn diff --git a/net-im/p5-Net-ICQ2000/Makefile b/net-im/p5-Net-ICQ2000/Makefile index 7f7bee920cdc..26ec4959ed27 100644 --- a/net-im/p5-Net-ICQ2000/Makefile +++ b/net-im/p5-Net-ICQ2000/Makefile @@ -8,7 +8,7 @@ CATEGORIES= net-im perl5 MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for ICQv7 protocol realisation USES= perl5 diff --git a/textproc/p5-EBook-Tools/Makefile b/textproc/p5-EBook-Tools/Makefile index ffe6fe37e634..763b2e69d828 100644 --- a/textproc/p5-EBook-Tools/Makefile +++ b/textproc/p5-EBook-Tools/Makefile @@ -9,7 +9,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Object class for manipulating and generating E-books LICENSE= GPLv2 @@ -36,8 +36,8 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ txt2html>=0:textproc/txt2html \ p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils -RUN_DEPENDS:= ${BUILD_DEPENDS} -RUN_DEPENDS+= ${LOCALBASE}/bin/tidy5:www/tidy-html5 +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + tidy5:www/tidy-html5 USES= perl5 USE_PERL5= modbuild diff --git a/textproc/p5-Text-Match-FastAlternatives/Makefile b/textproc/p5-Text-Match-FastAlternatives/Makefile index 3357ef9ebfc5..f8b165879cd5 100644 --- a/textproc/p5-Text-Match-FastAlternatives/Makefile +++ b/textproc/p5-Text-Match-FastAlternatives/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Efficient search for many strings USES= perl5 |