Date: Sat, 22 Feb 2020 15:55:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526786 - head/mail/mime-construct Message-ID: <202002221555.01MFtaw8053927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 22 15:55:35 2020 New Revision: 526786 URL: https://svnweb.freebsd.org/changeset/ports/526786 Log: 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 Modified: head/mail/mime-construct/Makefile Modified: head/mail/mime-construct/Makefile ============================================================================== --- head/mail/mime-construct/Makefile Sat Feb 22 15:55:30 2020 (r526785) +++ head/mail/mime-construct/Makefile Sat Feb 22 15:55:35 2020 (r526786) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002221555.01MFtaw8053927>