21 lines
418 B
Makefile
21 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/28 11:09:52 espie Exp $
|
|
|
|
COMMENT= "rudimentary profiling module for Template Toolkit"
|
|
|
|
DISTNAME= Template-Timer-0.04
|
|
CATEGORIES= textproc
|
|
|
|
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
|
|
|
|
RUN_DEPENDS= ::textproc/p5-Template
|
|
|
|
.include <bsd.port.mk>
|