2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
24 lines
510 B
Makefile
24 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:52 espie Exp $
|
|
|
|
COMMENT= produce HTML form elements for database columns
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-DBI-AsForm-2.42
|
|
REVISION= 0
|
|
CATEGORIES= www databases
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= databases/p5-Class-DBI-Plugin-Type \
|
|
www/p5-HTML-Tree
|
|
REGRESS_DEPENDS=databases/p5-DBD-SQLite
|
|
|
|
.include <bsd.port.mk>
|