mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Email-Reply 1.201, email::Reply - Reply to a Message.
PR: ports/109410 Submitted by: Kay Abendroth <kay.abendroth at raxion.net>
This commit is contained in:
parent
bf5ebcf507
commit
c3a81ed39f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185664
5 changed files with 49 additions and 0 deletions
|
@ -302,6 +302,7 @@
|
|||
SUBDIR += p5-Email-MIME-Encodings
|
||||
SUBDIR += p5-Email-MIME-Modifier
|
||||
SUBDIR += p5-Email-MessageID
|
||||
SUBDIR += p5-Email-Reply
|
||||
SUBDIR += p5-Email-Send
|
||||
SUBDIR += p5-Email-Simple
|
||||
SUBDIR += p5-Email-Simple-Creator
|
||||
|
|
36
mail/p5-Email-Reply/Makefile
Normal file
36
mail/p5-Email-Reply/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: mail/p5-Email-Reply
|
||||
# Date created: 21 February 2007
|
||||
# Whom: Kay Abendroth <kay.abendroth@raxion.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Email-Reply
|
||||
PORTVERSION= 1.201
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR=Email
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kay.abendroth@raxion.net
|
||||
COMMENT= Email::Reply - Reply to a Message
|
||||
|
||||
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
|
||||
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \
|
||||
p5-Email-Address>=1.80:${PORTSDIR}/mail/p5-Email-Address \
|
||||
p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \
|
||||
p5-Email-MIME-Creator>=1.41:${PORTSDIR}/mail/p5-Email-MIME-Creator \
|
||||
p5-Email-Simple-Creator>=1.4:${PORTSDIR}/mail/p5-Email-Simple-Creator
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Email::Reply.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500801
|
||||
IGNORE= requires perl 5.8.1 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
mail/p5-Email-Reply/distinfo
Normal file
3
mail/p5-Email-Reply/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Email-Reply-1.201.tar.gz) = ea39a4a73d0b8cc54a28d6e84327413e
|
||||
SHA256 (Email-Reply-1.201.tar.gz) = 43f39f6796f70334844f66f0b78ce0a35ccc1fd4740893558d367341d15daa82
|
||||
SIZE (Email-Reply-1.201.tar.gz) = 13320
|
3
mail/p5-Email-Reply/pkg-descr
Normal file
3
mail/p5-Email-Reply/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This software takes the hard out of generating replies to email messages.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Email-Reply/
|
6
mail/p5-Email-Reply/pkg-plist
Normal file
6
mail/p5-Email-Reply/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/Email/Reply.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Reply/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Reply
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Reply
|
||||
@dirrmtry %%SITE_PERL%%/Email/Reply
|
||||
@dirrmtry %%SITE_PERL%%/Email
|
Loading…
Add table
Reference in a new issue