mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
3336ee4690
- Pass maintainership to submitter PR: ports/189229 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# Created by: Yukihiro Nakai <Nacai@iname.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SOCKS
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl5 module to communicate with socks v4 and v5 servers
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|