openbsd-ports/devel/p5-Curses-Widgets/Makefile
margarida 15838d90dc Update to version 1.997.
Remove NEED_VERSION, add license, sync PLIST with reality.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:39:13 +00:00

36 lines
894 B
Makefile

# $OpenBSD: Makefile,v 1.9 2002/11/30 19:39:13 margarida Exp $
COMMENT= "curses(3) based terminal widgets"
VERSION= 1.997
DISTNAME= CursesWidgets-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
HOMEPAGE= http://www.odinicfoundation.org/arthur/
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/}
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :p5-Curses-*:devel/p5-Curses
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
# Regress tests require an interactive terminal
REGRESS_FLAGS= ${MAKE_FLAGS} TERM=${TERM}
REGRESS_IS_INTERACTIVE= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Curses-Widgets
${INSTALL_SCRIPT} ${WRKBUILD}/test.pl ${PREFIX}/share/examples/p5-Curses-Widgets/demo.pl
.include <bsd.port.mk>