openbsd-ports/devel/p5-Devel-Trace/Makefile
gsoares 7f28ff4237 - update p5-Devel-Trace to 0.11
- zap USE_GROFF
- REGRESS_IS_INTERACTIVE here
ok jasper@
reads ok sthen@
2011-05-25 18:00:21 +00:00

19 lines
378 B
Makefile

# $OpenBSD: Makefile,v 1.4 2011/05/25 18:00:21 gsoares Exp $
COMMENT= print out each line before it is executed
MODULES= cpan
DISTNAME= Devel-Trace-0.11
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
# wants press enter to continue
REGRESS_IS_INTERACTIVE= Yes
.include <bsd.port.mk>