aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Parse-Syslog
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-31 09:00:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-31 09:00:23 +0000
commit60b9b1fd7064f8e1faf6c3451565ede85c3baaa4 (patch)
tree8a27dee6eb74bd0a42807b47425579285bf35c69 /textproc/p5-Parse-Syslog
parent0ce2b934888067d8bb79fdb2b3035afe20768726 (diff)
downloadports-60b9b1fd7064f8e1faf6c3451565ede85c3baaa4.tar.gz
ports-60b9b1fd7064f8e1faf6c3451565ede85c3baaa4.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=488759
Diffstat (limited to 'textproc/p5-Parse-Syslog')
-rw-r--r--textproc/p5-Parse-Syslog/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Parse-Syslog/Makefile b/textproc/p5-Parse-Syslog/Makefile
index 79f08b852547..591c05ed7c91 100644
--- a/textproc/p5-Parse-Syslog/Makefile
+++ b/textproc/p5-Parse-Syslog/Makefile
@@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 routines that present a simple interface to parse syslog files
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>