freebsd-ports/devel/p5-IO-Tty/Makefile
Chris D. Faulhaber 6164f971c1 Perl5 module that allows creation of pseudo-tty's
as well as manipulation.

PR:		16525
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-19 13:32:22 +00:00

26 lines
575 B
Makefile

# New ports collection makefile for: p5-IO-Tty
# Version required: 0.02
# Date created: 14 Jan 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= IO-Tty-0.02
PKGNAME= p5-IO-Tty-0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
MAINTAINER= andrews@technologist.com
USE_PERL5= yes
IS_INTERACTIVE= yes
MAN3= IO::Pty.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-shared LDFLAGS=-L/usr/lib)
.include <bsd.port.mk>