Date: Sat, 1 Mar 2014 17:14:49 +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: r346655 - head/mail/p5-POE-Component-SMTP Message-ID: <201403011714.s21HEnSm070533@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 1 17:14:48 2014 New Revision: 346655 URL: http://svnweb.freebsd.org/changeset/ports/346655 QAT: https://qat.redports.org/buildarchive/r346655/ Log: - Add LICENSE - Remove outdated PERL_LEVEL check Modified: head/mail/p5-POE-Component-SMTP/Makefile Modified: head/mail/p5-POE-Component-SMTP/Makefile ============================================================================== --- head/mail/p5-POE-Component-SMTP/Makefile Sat Mar 1 17:13:24 2014 (r346654) +++ head/mail/p5-POE-Component-SMTP/Makefile Sat Mar 1 17:14:48 2014 (r346655) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SMTP Protocol Implementation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Session-MultiDispatch>=0:${PORTSDIR}/devel/p5-POE-Session-MultiDispatch \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools @@ -19,10 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011714.s21HEnSm070533>