1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/p5-Socks/Makefile
Sunpoet Po-Chuan Hsieh 3336ee4690 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189229
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 08:47:30 +00:00

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>