2005-06-29 02:30:04 +02:00
|
|
|
# New ports collection makefile for: p5-Template-Plugin-Monta
|
|
|
|
# Date created: 14 June 2005
|
|
|
|
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Template-Plugin-Monta
|
|
|
|
PORTVERSION= 0.03
|
|
|
|
CATEGORIES= www textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-06-29 02:30:04 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kaoru@kaisei.org
|
|
|
|
COMMENT= Template-Toolkit plugin to Monta Method
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
2005-06-30 14:50:55 +02:00
|
|
|
${SITE_PERL}/Acme/Monta.pm:${PORTSDIR}/www/p5-Acme-Monta
|
2005-06-29 02:30:04 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2005-06-29 02:30:04 +02:00
|
|
|
|
|
|
|
MAN3= Template::Plugin::Monta.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|