opnsense-ports/net/p5-IO-Socket-Socks/Makefile
Franco Fichtner 7b8b305eec */*: sync with upstream
Taken from: FreeBSD
2017-05-06 16:28:07 +02:00

19 lines
365 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= IO-Socket-Socks
PORTVERSION= 0.74
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Provides a way to create socks client or server both 4 and 5 version
LICENSE= LGPL21
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>