28 lines
568 B
Makefile
28 lines
568 B
Makefile
COMMENT = extension of SQL::Abstract with more constructs
|
|
|
|
DISTNAME = SQL-Abstract-More-1.39
|
|
|
|
CATEGORIES = databases
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = databases/p5-SQL-Abstract-Classic>=0 \
|
|
devel/p5-MRO-Compat \
|
|
devel/p5-Params-Validate \
|
|
devel/p5-namespace-clean
|
|
TEST_DEPENDS = devel/p5-List-MoreUtils \
|
|
devel/p5-Test-Deep \
|
|
devel/p5-Test-Exception
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
MAKE_ENV = TEST_POD=yes
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|