9cd38bc991
Nick Nauwelaerts <nick@be.wanadoo.com> A Perl module which provides an easy to use interface to interactive network coding.
23 lines
482 B
Makefile
23 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/10/29 03:31:44 jcs Exp $
|
|
|
|
COMMENT= "perl5 module for interactive network functions"
|
|
|
|
DISTNAME= Net-Telnet-3.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.414
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAINTAINER= Nick Nauwelaerts <nick@be.wanadoo.com>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|