aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Socket-Class
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-01-15 09:05:37 +0000
commitc88aaf5c891059139a97c6a9da40fb5cbe102634 (patch)
tree03708cdbdeb7094897643531ddd754b2c9a2c51b /net/p5-Socket-Class
parent11c750925ed8e4b886a43e45df089896dd23e6f5 (diff)
downloadports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz
ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip
Add missing USE_OPENSSL=yes
PR: 195796
Notes
Notes: svn path=/head/; revision=377064
Diffstat (limited to 'net/p5-Socket-Class')
-rw-r--r--net/p5-Socket-Class/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Socket-Class/Makefile b/net/p5-Socket-Class/Makefile
index 517b7a762199..1bee0a81b612 100644
--- a/net/p5-Socket-Class/Makefile
+++ b/net/p5-Socket-Class/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Socket-Class
PORTVERSION= 2.258
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Perl class to communicate with sockets
USES= perl5
+USE_OPENSSL= yes
USE_PERL5= configure
.include <bsd.port.mk>