e7966894a5
-- Curses is the interface between Perl and the curses(3) library. For descriptions on the usage of a given function, variable, or constant, refer to the curses(3) library manual pages.
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2000/12/05 19:09:46 avsm Exp $
|
|
|
|
DISTNAME= Curses-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.340
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Curses
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|