zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/11/15 00:22:52 espie Exp $
|
|
|
|
COMMENT= portability layer for LIMIT emulation
|
|
|
|
DISTNAME= SQL-Abstract-Limit-0.12
|
|
CATEGORIES= databases
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= databases/p5-SQL-Abstract \
|
|
databases/p5-DBI
|
|
REGRESS_DEPENDS=devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|