openbsd-ports/textproc/p5-Template-Timer/Makefile

21 lines
418 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2006/11/28 11:09:52 espie Exp $
2006-11-05 04:40:03 -05:00
COMMENT= "rudimentary profiling module for Template Toolkit"
DISTNAME= Template-Timer-0.04
CATEGORIES= textproc
2006-11-05 04:40:03 -05:00
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2006-11-05 04:40:03 -05:00
RUN_DEPENDS= ::textproc/p5-Template
.include <bsd.port.mk>