17 lines
300 B
Makefile
17 lines
300 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/03/20 19:57:09 naddy Exp $
|
|
|
|
COMMENT = rudimentary profiling module for Template Toolkit
|
|
|
|
DISTNAME = Template-Timer-1.00
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = textproc/p5-Template
|
|
|
|
.include <bsd.port.mk>
|