svn commit: r532322 - head/databases/p5-PostgreSQL-PLPerl-Trace
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 21 19:37:04 UTC 2020
Author: sunpoet
Date: Tue Apr 21 19:37:00 2020
New Revision: 532322
URL: https://svnweb.freebsd.org/changeset/ports/532322
Log:
Add LICENSE_FILE
Modified:
head/databases/p5-PostgreSQL-PLPerl-Trace/Makefile
Modified: head/databases/p5-PostgreSQL-PLPerl-Trace/Makefile
==============================================================================
--- head/databases/p5-PostgreSQL-PLPerl-Trace/Makefile Tue Apr 21 19:36:55 2020 (r532321)
+++ head/databases/p5-PostgreSQL-PLPerl-Trace/Makefile Tue Apr 21 19:37:00 2020 (r532322)
@@ -14,9 +14,11 @@ COMMENT= Simple way to trace execution of Perl stateme
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list