openbsd-ports/x11/p5-Tk-Stderr/Makefile

25 lines
464 B
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.4 2010/11/22 08:37:03 espie 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/}
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= x11/p5-Tk
CONFIGURE_STYLE= perl
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>