2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Lars Thegler <lars@thegler.dk>
|
2004-04-04 23:11:42 +02:00
|
|
|
|
|
|
|
PORTNAME= Class-DBI-AsForm
|
2005-09-17 13:07:04 +02:00
|
|
|
PORTVERSION= 2.42
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2004-04-04 23:11:42 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-04-04 23:11:42 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2017-04-07 20:50:22 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-04-04 23:11:42 +02:00
|
|
|
COMMENT= Produce HTML form elements for database columns
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
2016-04-01 16:00:51 +02:00
|
|
|
p5-HTML-Tree>=0:www/p5-HTML-Tree \
|
|
|
|
p5-Class-DBI-Plugin-Type>=0:databases/p5-Class-DBI-Plugin-Type
|
2004-04-04 23:11:42 +02:00
|
|
|
|
2013-08-07 15:20:32 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-04-04 23:11:42 +02:00
|
|
|
|
2007-09-08 02:24:10 +02:00
|
|
|
.include <bsd.port.mk>
|