20 lines
357 B
Makefile
20 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:44 espie Exp $
|
|
|
|
COMMENT= rudimentary profiling module for Template Toolkit
|
|
|
|
DISTNAME= Template-Timer-0.04
|
|
REVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Template
|
|
|
|
.include <bsd.port.mk>
|