fdc0b8852e
some upcoming port; jolan@ ok.
24 lines
456 B
Makefile
24 lines
456 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/23 18:50:55 fgsch Exp $
|
|
|
|
COMMENT= "capture standard error output, display in separate window"
|
|
|
|
DISTNAME= Tk-Stderr-1.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= x11 devel perl5
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
|
|
|
|
RUN_DEPENDS= ::x11/p5-Tk
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|