openbsd-ports/devel/p5-IO-Tty/Makefile

18 lines
281 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:18 espie Exp $
2004-08-10 04:10:13 -04:00
SHARED_ONLY= Yes
COMMENT= provide an interface to create pseudo ttys
MODULES= cpan
DISTNAME= IO-Tty-1.10
REVISION= 1
CATEGORIES= devel
# Perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c util
.include <bsd.port.mk>