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
|
2012-05-26 16:45:25 +02:00
|
|
|
|
PORTVERSION= 2.01
|
2003-10-08 01:43:13 +02:00
|
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 11:22:15 +02:00
|
|
|
|
MASTER_SITE_SUBDIR= CPAN: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
|
|
|
|
|
|
2012-06-29 18:47:42 +02:00
|
|
|
|
RUN_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
|
|
|
|
|
p5-Data-FormValidator>=0:${PORTSDIR}/textproc/p5-Data-FormValidator
|
2012-06-10 20:42:48 +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>
|