aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-07-01 06:14:58 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-07-01 06:14:58 +0800
commit07fe8dc84bd3609675783ed617909b1a2f94cf70 (patch)
treee2ebc8349b143e1ca810df25360bde45646a3db7 /sysutils
parent51115c4e1cc43515deb0b8be715d9c0bede1a4c8 (diff)
downloadfreebsd-ports-gnome-07fe8dc84bd3609675783ed617909b1a2f94cf70.tar.gz
freebsd-ports-gnome-07fe8dc84bd3609675783ed617909b1a2f94cf70.tar.zst
freebsd-ports-gnome-07fe8dc84bd3609675783ed617909b1a2f94cf70.zip
Remove Perl core modules
- While I'm here, add LICENSE - Bump PORTREVISION for dependency change With hat: perl
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-Log-Syslog-Fast/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/p5-Log-Syslog-Fast/Makefile b/sysutils/p5-Log-Syslog-Fast/Makefile
index 511c03f42f17..159145cd1d1b 100644
--- a/sysutils/p5-Log-Syslog-Fast/Makefile
+++ b/sysutils/p5-Log-Syslog-Fast/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Log-Syslog-Fast
PORTVERSION= 0.65
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,10 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= matthew@FreeBSD.org
COMMENT= Send syslog messages over TCP, UDP, or UNIX sockets
-RUN_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \
- p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
-BUILD_DEPENDS= p5-IO-Socket-IP>=0.19:net/p5-IO-Socket-IP \
- p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure