freebsd-ports/net/p5-Net-Rsh/Makefile
Andrej Zverev 0e8e0bf651 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 17:02:34 +00:00

22 lines
466 B
Makefile

# New ports collection makefile for: p5-Net-Rsh
# Date created: 13 Dec 2004
# Whom: Jon Nistor <nistor@snickers.org>
#
# $FreeBSD$
#
PORTNAME= Net-Rsh
PORTVERSION= 0.05
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
COMMENT= Perl5 module to access and use rsh protocol
USES= perl5
USE_PERL5= configure
MAN3= Net::Rsh.3
.include <bsd.port.mk>