2003-10-08 01:43:13 +02:00
|
|
|
|
# New ports collection makefile for: HTML-Template-Associate
|
|
|
|
|
# Date created: 2 Sep 2003
|
|
|
|
|
# Whom: Manuel R<>bade <mig@mig-29.net>
|
|
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PORTNAME= HTML-Template-Associate
|
2008-12-22 22:22:04 +01:00
|
|
|
|
PORTVERSION= 2.00
|
2003-10-08 01:43:13 +02:00
|
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
|
MASTER_SITES= CPAN
|
2004-01-03 11:23:15 +01:00
|
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/A/AL/ALEXP
|
2003-10-08 01:43:13 +02:00
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
2009-03-06 19:14:36 +01:00
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-10-08 01:43:13 +02:00
|
|
|
|
COMMENT= Bridges gap between HTML::Template and other modules
|
|
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
|
|
|
|
${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator
|
2006-05-21 02:41:38 +02:00
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-10-08 01:43:13 +02:00
|
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
|
|
MAN3= HTML::Template::Associate.3 \
|
2006-05-21 02:41:38 +02:00
|
|
|
|
HTML::Template::Associate::DBI.3 \
|
2003-10-08 01:43:13 +02:00
|
|
|
|
HTML::Template::Associate::FormValidator.3
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|