openbsd-ports/databases/p5-SQL-Abstract/Makefile

27 lines
577 B
Makefile
Raw Normal View History

2011-07-10 08:02:24 -04:00
# $OpenBSD: Makefile,v 1.9 2011/07/10 12:02:24 jasper Exp $
2004-05-20 06:48:23 -04:00
COMMENT= generate SQL from Perl data structures
2004-05-20 06:48:23 -04:00
2006-12-10 06:56:25 -05:00
MODULES= cpan
2011-07-10 08:02:24 -04:00
DISTNAME= SQL-Abstract-1.72
2006-12-10 06:56:25 -05:00
CATEGORIES= databases
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
2004-05-20 06:48:23 -04:00
2006-12-10 06:56:25 -05:00
# perl
2004-05-20 06:48:23 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-07-10 08:02:24 -04:00
CONFIGURE_ARGS+=--skipdeps
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Class-Accessor-Grouped \
devel/p5-Getopt-Long-Descriptive \
devel/p5-Hash-Merge
REGRESS_DEPENDS=devel/p5-Test-Deep \
devel/p5-Test-Exception \
devel/p5-Test-Warn
2004-05-20 06:48:23 -04:00
.include <bsd.port.mk>