21 lines
439 B
Makefile
21 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/07/10 20:48:12 avsm Exp $
|
|
|
|
COMMENT= "terminal screen handling and optimisation"
|
|
|
|
DISTNAME= Curses-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.515
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
CONFIGURE_ARGS= PANELS MENUS FORMS
|
|
|
|
.include <bsd.port.mk>
|