diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-30 22:14:05 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-30 22:14:05 +0000 |
commit | 4d33cdf0651a7dfaf9a3d58d57d11fbe07acffe0 (patch) | |
tree | 5891169369986d5534f33eac28fc74b9a97c89db | |
parent | 3df6ede54797c6db211b2d804f7c3be78d34cfe5 (diff) | |
download | FreeBSD-ports-4d33cdf0651a7dfaf9a3d58d57d11fbe07acffe0.zip FreeBSD-ports-4d33cdf0651a7dfaf9a3d58d57d11fbe07acffe0.tar.gz |
Remove Perl core modules
- While I'm here:
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
With hat: perl
-rw-r--r-- | mail/tlb/Makefile | 5 | ||||
-rw-r--r-- | mail/tlb/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/tlb/Makefile b/mail/tlb/Makefile index 0f11832..651458b 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 a4ea984..c3d7a61 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 |