Date: Tue, 21 Apr 2020 19:36:55 +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: r532321 - head/databases/p5-PostgreSQL-PLPerl-Call Message-ID: <202004211936.03LJat4b091000@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Apr 21 19:36:55 2020 New Revision: 532321 URL: https://svnweb.freebsd.org/changeset/ports/532321 Log: Add LICENSE_FILE - Use TEST_DEPENDS for test dependency Modified: head/databases/p5-PostgreSQL-PLPerl-Call/Makefile Modified: head/databases/p5-PostgreSQL-PLPerl-Call/Makefile ============================================================================== --- head/databases/p5-PostgreSQL-PLPerl-Call/Makefile Tue Apr 21 19:36:50 2020 (r532320) +++ head/databases/p5-PostgreSQL-PLPerl-Call/Makefile Tue Apr 21 19:36:55 2020 (r532321) @@ -14,11 +14,13 @@ COMMENT= Simple interface for calling SQL functions fr LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-DBI>=1.60.5:databases/p5-DBI +TEST_DEPENDS= p5-DBI>=1.60.5:databases/p5-DBI -NO_ARCH= yes -USE_PERL5= configure 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?202004211936.03LJat4b091000>