Date: Sat, 13 Oct 2018 09:08:42 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481968 - head/devel/p5-Expect-Simple Message-ID: <201810130908.w9D98g7d041488@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Oct 13 09:08:41 2018 New Revision: 481968 URL: https://svnweb.freebsd.org/changeset/ports/481968 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Expect-Simple/Makefile Modified: head/devel/p5-Expect-Simple/Makefile ============================================================================== --- head/devel/p5-Expect-Simple/Makefile Sat Oct 13 09:03:44 2018 (r481967) +++ head/devel/p5-Expect-Simple/Makefile Sat Oct 13 09:08:41 2018 (r481968) @@ -11,10 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Wrapper around the Expect module +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Expect>=0:lang/p5-Expect +RUN_DEPENDS+= test + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810130908.w9D98g7d041488>