mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add p5-Mail-Procmail, it's module to provide procmail-like tools.
This commit is contained in:
parent
63833e8887
commit
9fa1a8ca1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91015
@ -212,6 +212,7 @@
|
||||
SUBDIR += p5-Mail-ListDetector
|
||||
SUBDIR += p5-Mail-MailStats
|
||||
SUBDIR += p5-Mail-POP3Client
|
||||
SUBDIR += p5-Mail-Procmail
|
||||
SUBDIR += p5-Mail-Procmailrc
|
||||
SUBDIR += p5-Mail-QuoteWrap
|
||||
SUBDIR += p5-Mail-RBL
|
||||
|
26
mail/p5-Mail-Procmail/Makefile
Normal file
26
mail/p5-Mail-Procmail/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Mail-Procmail
|
||||
# Date Created: 13 Oct 2003
|
||||
# Whom: vanilla
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-Procmail
|
||||
PORTVERSION= 1.06
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module provides procmail-like tools
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LockFile/Lock.pm:${PORTSDIR}/devel/p5-LockFile-Simple \
|
||||
${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mail::Procmail.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/p5-Mail-Procmail/distinfo
Normal file
1
mail/p5-Mail-Procmail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Mail-Procmail-1.06.tar.gz) = e46348a6a42f298bd16477e388b5b693
|
6
mail/p5-Mail-Procmail/pkg-descr
Normal file
6
mail/p5-Mail-Procmail/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Mail::Procmail.pm is a Perl module that provides procmail-like
|
||||
tools that you can use to write your own mail filtering program.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mail-Procmail/
|
||||
|
||||
- Vanilla
|
4
mail/p5-Mail-Procmail/pkg-plist
Normal file
4
mail/p5-Mail-Procmail/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Mail/Procmail.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Procmail/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Procmail
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user