diff options
author | adamw <adamw@FreeBSD.org> | 2018-01-12 21:20:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-01-12 21:20:45 +0800 |
commit | ebb88b3b3fb07bc350c11ac4f4787509b62659e0 (patch) | |
tree | 2cb4494944593e0ad949b7e1d32e79d1d2ff14b1 /textproc | |
parent | 628fafe7c25604dc4579a1a86540dbb854070a1e (diff) | |
download | freebsd-ports-gnome-ebb88b3b3fb07bc350c11ac4f4787509b62659e0.tar.gz freebsd-ports-gnome-ebb88b3b3fb07bc350c11ac4f4787509b62659e0.tar.zst freebsd-ports-gnome-ebb88b3b3fb07bc350c11ac4f4787509b62659e0.zip |
Assign to perl@
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-EBook-Tools/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Match-FastAlternatives/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
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 |