aboutsummaryrefslogtreecommitdiff
path: root/mail/mime-construct
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-22 15:55:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-22 15:55:35 +0000
commitd63da3bed1e3568faf46597589e29e47518eb8c7 (patch)
tree72d5a306f40539fe6f28e3ba61cbc743d08a65d1 /mail/mime-construct
parenta26ec5f1f08376fdaf9e940349c125e5ea0440ec (diff)
downloadports-d63da3bed1e3568faf46597589e29e47518eb8c7.tar.gz
ports-d63da3bed1e3568faf46597589e29e47518eb8c7.zip
Add LICENSE
- Change the way *_DEPENDS are set - Add NO_ARCH - Add PORTSCOUT: guessing every version except 1.11 returns 856 with link to 1.11 tarball - Take maintainership
Notes
Notes: svn path=/head/; revision=526786
Diffstat (limited to 'mail/mime-construct')
-rw-r--r--mail/mime-construct/Makefile13
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>