2011-09-16 12:29:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/09/16 12:29:16 espie Exp $
|
2005-09-23 18:50:55 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= capture standard error output, display in separate window
|
2005-09-23 18:50:55 +00:00
|
|
|
|
|
|
|
DISTNAME= Tk-Stderr-1.2
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2011-09-16 12:29:12 +00:00
|
|
|
REVISION= 0
|
2005-09-23 18:50:55 +00:00
|
|
|
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 08:36:47 +00:00
|
|
|
RUN_DEPENDS= x11/p5-Tk
|
2005-09-23 18:50:55 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
2010-10-19 08:13:56 +00:00
|
|
|
USE_GROFF = Yes
|
2005-09-23 18:50:55 +00:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|