1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/p5-Template-Plugin-Monta/Makefile
Andrej Zverev 3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00

26 lines
592 B
Makefile

# 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
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Template-Toolkit plugin to Monta Method
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-Acme-Monta>=0:${PORTSDIR}/www/p5-Acme-Monta
PERL_CONFIGURE= yes
MAN3= Template::Plugin::Monta.3
.include <bsd.port.mk>