aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-PostgreSQL-PLPerl-Trace
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:37:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-21 19:37:00 +0000
commit8a0b4423cb698de1a2bd90c101f77ac666f664e7 (patch)
treea729823df1e2a3a1a33d6c8076384b06735a26eb /databases/p5-PostgreSQL-PLPerl-Trace
parenta40eb5559fcbbf71c6c1f87ae510c68aa48e8dee (diff)
downloadports-8a0b4423cb698de1a2bd90c101f77ac666f664e7.tar.gz
ports-8a0b4423cb698de1a2bd90c101f77ac666f664e7.zip
Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=532322
Diffstat (limited to 'databases/p5-PostgreSQL-PLPerl-Trace')
-rw-r--r--databases/p5-PostgreSQL-PLPerl-Trace/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/p5-PostgreSQL-PLPerl-Trace/Makefile b/databases/p5-PostgreSQL-PLPerl-Trace/Makefile
index 4e10bc303e84..b0205c05a0a2 100644
--- a/databases/p5-PostgreSQL-PLPerl-Trace/Makefile
+++ b/databases/p5-PostgreSQL-PLPerl-Trace/Makefile
@@ -14,9 +14,11 @@ COMMENT= Simple way to trace execution of Perl statements in PL/Perl
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>