2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
2010-03-09 23:26:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mime-construct
|
2010-08-04 02:54:52 +02:00
|
|
|
PORTVERSION= 1.11
|
2020-02-25 15:35:33 +01:00
|
|
|
PORTREVISION= 2
|
2010-03-09 23:26:17 +01:00
|
|
|
CATEGORIES= mail
|
2015-05-17 17:08:38 +02:00
|
|
|
MASTER_SITES= http://www.argon.org/~roderick/
|
2010-03-09 23:26:17 +01:00
|
|
|
|
2020-02-22 16:55:35 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-03-09 23:26:17 +01:00
|
|
|
COMMENT= Construct and optionally send MIME messages from command line
|
|
|
|
|
2020-02-22 16:55:35 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-MIME-Types>=0:mail/p5-MIME-Types \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-Proc-WaitStat>=0:devel/p5-Proc-WaitStat
|
2010-03-09 23:26:17 +01:00
|
|
|
|
2013-09-04 09:19:56 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-03-09 23:26:17 +01:00
|
|
|
|
2020-02-22 16:55:35 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
|
2010-03-09 23:26:17 +01:00
|
|
|
.include <bsd.port.mk>
|