svn commit: r481968 - head/devel/p5-Expect-Simple

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 13 09:08:42 UTC 2018


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 at 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>


More information about the svn-ports-head mailing list