summaryrefslogtreecommitdiff
path: root/net/p5-Socks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Socks/Makefile')
-rw-r--r--net/p5-Socks/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Socks/Makefile b/net/p5-Socks/Makefile
index 643f24e95383..4a4861ba8041 100644
--- a/net/p5-Socks/Makefile
+++ b/net/p5-Socks/Makefile
@@ -5,21 +5,21 @@
# $FreeBSD$
#
-PORTNAME= p5-Socks
+PORTNAME= SOCKS
PORTVERSION= 0.03
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
-DISTNAME= SOCKS-0.03
+PKGNAMEPREFIX= p5-
MAINTAINER= nakai@FreeBSD.org
-USE_PERL5= YES
+USE_PERL5= yes
MAN3= Net::SOCKS.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>