aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-08-15 09:08:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-08-15 09:08:04 +0000
commit92b7fb91d4d66622aa6fa23c8727c0f473f6d911 (patch)
tree4949617459e56f1902a58854e6bf4d37184183ba
parente0820f24b0bee00bf905bed11a02d3b53470a574 (diff)
downloadports-92b7fb91d4d66622aa6fa23c8727c0f473f6d911.tar.gz
ports-92b7fb91d4d66622aa6fa23c8727c0f473f6d911.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=477217
-rw-r--r--devel/p5-Log-Trace/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Log-Trace/Makefile b/devel/p5-Log-Trace/Makefile
index 46cff724356e..9a78dc976a18 100644
--- a/devel/p5-Log-Trace/Makefile
+++ b/devel/p5-Log-Trace/Makefile
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides a unified approach to tracing
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>