15 lines
249 B
Makefile
15 lines
249 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:44:50 sthen Exp $
|
|
|
|
COMMENT= print out each line before it is executed
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Devel-Trace-0.12
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|