mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
mime-construct constructs and (by default) mails MIME messages. It is entirely
driven from the command line, it is designed to be used by other programs, or people who act like programs. WWW: http://www.argon.org/~roderick/ PR: ports/144410 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>
This commit is contained in:
parent
66d03de0d8
commit
e2f3e3062f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250784
@ -280,6 +280,7 @@
|
||||
SUBDIR += milter-manager
|
||||
SUBDIR += milter-regex
|
||||
SUBDIR += milter-skem
|
||||
SUBDIR += mime-construct
|
||||
SUBDIR += mime4j
|
||||
SUBDIR += mimedefang
|
||||
SUBDIR += mini_sendmail
|
||||
|
26
mail/mime-construct/Makefile
Normal file
26
mail/mime-construct/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: mime-construct
|
||||
# Date created: Tue 02 Mar 2010
|
||||
# Whom: Alexey V. Degtyarev <alexey@renatasystems.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mime-construct
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.argon.org/~roderick/ \
|
||||
ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
|
||||
|
||||
MAINTAINER= alexey@renatasystems.org
|
||||
COMMENT= Construct and optionally send MIME messages from command line
|
||||
|
||||
BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
|
||||
p5-Proc-WaitStat>=0:${PORTSDIR}/devel/p5-Proc-WaitStat
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= mime-construct.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/mime-construct/distinfo
Normal file
3
mail/mime-construct/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mime-construct-1.10.tar.gz) = a8060188ed35dccd5c5aac85f5b6a094
|
||||
SHA256 (mime-construct-1.10.tar.gz) = 529cd41050787aa1a5c387104ab4df8a734061c23a5dcedd5f12fe37ff8a71e9
|
||||
SIZE (mime-construct-1.10.tar.gz) = 12452
|
5
mail/mime-construct/pkg-descr
Normal file
5
mail/mime-construct/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
mime-construct constructs and (by default) mails MIME messages. It is entirely
|
||||
driven from the command line, it is designed to be used by other programs, or
|
||||
people who act like programs.
|
||||
|
||||
WWW: http://www.argon.org/~roderick/
|
3
mail/mime-construct/pkg-plist
Normal file
3
mail/mime-construct/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/mime-construct
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mime-construct
|
Loading…
Reference in New Issue
Block a user