diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-22 15:55:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-22 15:55:35 +0000 |
commit | d63da3bed1e3568faf46597589e29e47518eb8c7 (patch) | |
tree | 72d5a306f40539fe6f28e3ba61cbc743d08a65d1 /mail/mime-construct | |
parent | a26ec5f1f08376fdaf9e940349c125e5ea0440ec (diff) |
Notes
Diffstat (limited to 'mail/mime-construct')
-rw-r--r-- | mail/mime-construct/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/mail/mime-construct/Makefile b/mail/mime-construct/Makefile index 54f0e9962e54..a242367c3a92 100644 --- a/mail/mime-construct/Makefile +++ b/mail/mime-construct/Makefile @@ -3,18 +3,23 @@ PORTNAME= mime-construct PORTVERSION= 1.11 -PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.argon.org/~roderick/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Construct and optionally send MIME messages from command line -BUILD_DEPENDS= p5-MIME-Types>=0:mail/p5-MIME-Types \ +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-MIME-Types>=0:mail/p5-MIME-Types \ p5-Proc-WaitStat>=0:devel/p5-Proc-WaitStat -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes + +PORTSCOUT= ignore:1 + .include <bsd.port.mk> |