From 4d33cdf0651a7dfaf9a3d58d57d11fbe07acffe0 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 30 Jun 2017 22:14:05 +0000 Subject: Remove Perl core modules - While I'm here: - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change With hat: perl --- mail/tlb/Makefile | 5 +++-- mail/tlb/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile index 0f11832c22f7..651458b60845 100644 --- a/mail/tlb/Makefile +++ b/mail/tlb/Makefile @@ -3,6 +3,7 @@ PORTNAME= tlb PORTVERSION= 0.11a +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/tlb/ \ http://www.freenix.no/~anders/ \ @@ -13,9 +14,9 @@ MAINTAINER= tz@FreeBSD.org COMMENT= The List Batcher, a general purpose mail list delivery engine RUN_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \ - p5-TimeDate>=0:devel/p5-TimeDate \ - p5-Net>=0:net/p5-Net + p5-TimeDate>=0:devel/p5-TimeDate +NO_ARCH= yes NO_BUILD= yes DOCS= FAQ INSTALL README README.loglevels README.mungelist TIPS TODO \ diff --git a/mail/tlb/pkg-plist b/mail/tlb/pkg-plist index a4ea984b7b4b..c3d7a61ce87e 100644 --- a/mail/tlb/pkg-plist +++ b/mail/tlb/pkg-plist @@ -1,5 +1,5 @@ -bin/tlb bin/mungelist +bin/tlb %%PORTDOCS%%share/doc/tlb/FAQ %%PORTDOCS%%share/doc/tlb/INSTALL %%PORTDOCS%%share/doc/tlb/README -- cgit