mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
262 B
Makefile
18 lines
262 B
Makefile
COMMENT = provide an interface to create pseudo ttys
|
|
|
|
DISTNAME = IO-Tty-1.31
|
|
CPAN_AUTHOR = TODDR
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl util
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|