18 lines
285 B
Makefile
Raw Normal View History

2015-07-16 23:57:18 +00:00
# $OpenBSD: Makefile,v 1.20 2015/07/16 23:57:22 ajacoutot Exp $
2004-08-10 08:10:13 +00:00
SHARED_ONLY= Yes
COMMENT= provide an interface to create pseudo ttys
MODULES= cpan
2014-11-17 14:57:40 +00:00
DISTNAME= IO-Tty-1.12
CATEGORIES= devel
2015-07-16 23:57:18 +00:00
REVISION= 0
# Perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 15:00:32 +00:00
WANTLIB += c util
.include <bsd.port.mk>