2002-06-08 02:38:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2002/06/08 02:38:34 shell Exp $
|
2001-05-12 05:45:18 +00:00
|
|
|
|
|
|
|
COMMENT= "create HTML table from sql queries"
|
|
|
|
|
2002-06-04 00:46:23 +00:00
|
|
|
VERSION= 1.10
|
2001-05-12 05:45:18 +00:00
|
|
|
DISTNAME= DBIx-XHTML_Table-${VERSION}
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= databases www perl5
|
2002-06-04 00:46:23 +00:00
|
|
|
NEED_VERSION= 1.531
|
2001-05-12 05:45:18 +00:00
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
2001-05-12 05:45:18 +00:00
|
|
|
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-06-08 02:38:34 +00:00
|
|
|
BUILD_DEPENDS= :p5-DBI->=1.20:databases/p5-DBI
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-05-12 05:45:18 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
2002-06-04 00:46:23 +00:00
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
2001-05-12 05:45:18 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|