pkgsrc/net/p5-Net-Telnet/Makefile

19 lines
454 B
Makefile
Raw Normal View History

2018-08-22 11:43:40 +02:00
# $NetBSD: Makefile,v 1.32 2018/08/22 09:46:03 wiz Exp $
2000-05-11 17:04:59 +02:00
#
DISTNAME= Net-Telnet-3.04
PKGNAME= p5-${DISTNAME}
2018-08-22 11:43:40 +02:00
PKGREVISION= 4
2000-05-11 17:04:59 +02:00
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
2011-10-17 12:00:07 +02:00
HOMEPAGE= http://search.cpan.org/dist/Net-Telnet
COMMENT= Perl5 module to use telnet
2011-10-17 12:00:07 +02:00
LICENSE= ${PERL5_LICENSE}
2000-05-11 17:04:59 +02:00
PERL5_PACKLIST= auto/Net/Telnet/.packlist
2000-05-11 17:04:59 +02:00
.include "../../lang/perl5/module.mk"
2000-05-11 17:04:59 +02:00
.include "../../mk/bsd.pkg.mk"