20 lines
378 B
Makefile
20 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:09 merdely Exp $
|
|
|
|
COMMENT= Readline Library Wrapper for zoid
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Term-ReadLine-Zoid-0.07
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-Term-ReadKey
|
|
|
|
.include <bsd.port.mk>
|