7f28ff4237
- zap USE_GROFF - REGRESS_IS_INTERACTIVE here ok jasper@ reads ok sthen@
19 lines
378 B
Makefile
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>
|